corr_author {rj}R 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)

[Package rj version 0.2.25 Index]