corr_author: Extract corresponding author from an article

View source: R/ae_workload.R

corr_authorR Documentation

Extract corresponding author from an article

Description

Extract corresponding author from an article

Usage

corr_author(article)

Arguments

article

Article id, like "2014-01"

Examples

## Not run: 
# extract from a single article
corr_author("Submissions/2020-114")

# extract corresponding authors from the active articles
all <- active_articles()
purrr::map_dfr(all, corr_author)

## End(Not run)

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