
Reloads the Review Comments for a Review
refreshReviewComments.RdReloads the Review Comments for a Review
Usage
refreshReviewComments(ident, from = pwd())
updateReviewComments(...)Arguments
- ident
Identifier of the review. Can be a path, resource ID, entity ID, or a data frame row from
loadResource().- from
Base path for resolving relative paths. Defaults to
pwd().- ...
For backwards compatibility with the deprecated
update*alias; not used byrefresh*itself.