Skip to contents

Adds 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().

Value

A data frame of the entry's current comments, or NULL on failure.

References

ics1544