Skip to contents

Rejects one or more entries in a review. The review must be in "Reviewing" state.

Usage

rejectReviewEntries(ident, reviewEntryIds, comment = "", from = pwd())

Arguments

ident

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

reviewEntryIds

Character vector of review entry IDs (UUIDs) to reject. These are the entry IDs (from getReviewEntries()$id), not resource IDs.

comment

Character. Optional comment for the rejection.

from

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

Value

TRUE if the entries were rejected successfully, FALSE otherwise.

References

ics1546