article_status_plot: Generates a status plot for articles submitted in the last...

View source: R/summary_plots.R

article_status_plotR Documentation

Generates a status plot for articles submitted in the last few years.

Description

Generates a status plot for articles submitted in the last few years.

Usage

article_status_plot(years = NULL, save = TRUE)

Arguments

years

years considered. A vector of years, or defaults to last four years.

save

Defaults to TRUE. The plot is saved in the rjournal.github.io/resources folder.

Value

a ggplot, one bar per year (taken from article id)

Examples

## Not run: 
article_status_plot()

## End(Not run)

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