ae_workload {rj} | R Documentation |
This will examine the DESCRIPTION files for articles in the Submissions folder, check articles that have status "with AE".
ae_workload(articles = NULL, day_back = 365)
get_AE(x)
articles |
a tibble summary of articles in the accepted and submissions
folder. Output of |
day_back |
numeric; positive number of day to go back for calculating AE workload. Retains any article where any status entry for an article is newer than 'day_back' days ago. |
x |
a single article, i.e. as.article("Submissions/2020-114") |
## Not run:
ae_workload()
## End(Not run)
## Not run:
art <- as.article("Submissions/2020-114")
get_AE(art)
## End(Not run)