Generate summary data of current and historical activities of all rOpenSci
Description
Generate summary data of current and historical activities of all rOpenSci editors
Usage
editor_status(quiet = FALSE, aggregation_period = "quarter")
Arguments
quiet: IfFALSE, display progress information on screen.aggregation_period: The time period for aggregation of timeline for editorial loads. Must be one of “month”, “quarter”, or “semester”.
Value
A list of four items:
‘status’, a
data.frameof current editor status, with one row per editor and some key statistics.‘timeline_total’, a
data.framerepresenting the timelines for each editor of total concurrent editorial load.‘timeline_new’, a
data.framerepresenting the timelines for each editor of editorial load of new issues opened in each time period (default of quarter-year.‘reviews’, a
data.framewith one row per issue and some key statistics.