
Creates a Comment for a Review Entry
createReviewEntryComment.RdAdds a comment to a specific entry within a review.
Usage
createReviewEntryComment(ident, entryId, comment, from = pwd())Arguments
- ident
Identifier of the review. Can be a path, resource ID, entity ID, or a data frame row from
loadResource().- entryId
Character. ID (UUID) of the review entry.
- comment
Character. The comment text.
- from
Base path for resolving relative paths. Defaults to
pwd().