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)

Arguments

articles

a tibble summary of articles in the accepted and submissions folder. Output of tabulate_articles()

push

whether the reviewer number of review completed by the reviewer should be pushed to the reviewer sheet

Examples

if (FALSE) {
articles <- tabulate_articles()
reviewer_summary(articles)
}