Skip to contents

Adds a User as Reviewer to a Review

Usage

createReviewer(ident, userId, username, from = pwd())

Arguments

ident

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

userId

Character. ID (UUID) of the user to add as reviewer.

username

Character. Username of the user to add as reviewer.

from

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

Value

A data frame of the review's current reviewers, or NULL on failure.

References

ics368