reviewer_summary {rj} | R Documentation |
The function pulls out the agree/decline incidence of all the reviewers
based on past invite and calculate the agree percentage of each reviewer.
Use tabulate_articles
first to tabulate all the articles in a particular directory
and then apply this function.
reviewer_summary(articles, push = FALSE)
articles |
a tibble summary of articles in the accepted and submissions folder. Output of |
push |
whether the reviewer number of review completed by the reviewer should be pushed to the reviewer sheet |
## Not run:
articles <- tabulate_articles()
reviewer_summary(articles)
## End(Not run)