Skip to contents

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

Usage

approveReviewEntries(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 approve. These are the entry IDs (from getReviewEntries()$id), not resource IDs.

comment

Character. Optional comment for the approval.

from

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

Value

TRUE if the entries were approved successfully, FALSE otherwise.

References

ics1545