ae_workload: Check the number of articles an AE is currently working on

View source: R/ae_workload.R

ae_workloadR Documentation

Check the number of articles an AE is currently working on

Description

This will examine the DESCRIPTION files for articles in the Submissions folder, check articles that have status "with AE".

Usage

ae_workload(articles = NULL, day_back = 365, active_only = FALSE)

get_AE(x)

Arguments

articles

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

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.

active_only

Toggle to show only active AEs (filtered by end year and comment field).

x

a single article, i.e. as.article("Submissions/2020-114")

Examples

## Not run: 
ae_workload()

## End(Not run)
## Not run: 
art <- as.article("Submissions/2020-114")
get_AE(art)

## End(Not run)

rjournal/rj documentation built on March 29, 2024, 6:43 a.m.