Skip to contents

Declines a review invitation as a reviewer. The review must be in "Planning" state and the current user must be an invited reviewer.

Usage

declineReviewInvitation(ident, comment = "", from = pwd())

Arguments

ident

Identifier of the review. Can be a path, resource ID, entity ID, or a data frame row from loadResource().

comment

Optional plain text comment.

from

Base path for resolving relative paths. Defaults to pwd().

Value

TRUE if the invitation was declined, FALSE otherwise.

References

ics1477