corr_author {rj} | R Documentation |
Extract corresponding author from an article
corr_author(article)
article |
Article id, like |
## 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)