add_reviewer {rj} | R Documentation |
This function adds the reviewer information(name and email) to the reviewers field in the DESCRIPTION as well as draft an email to invite teh reviewer.
add_reviewer(article, name, email, invite = TRUE)
article |
Article id, like |
name |
Full name of the reviewer |
email |
Email address of the reviewer |
invite |
Logical, whether to automatically construct an email to invite the reviewer |
## Not run:
add_reviewer("2019-117", "Quiet Quokka", "qqplot@waspot.com")
## End(Not run)