Extract corresponding author from an article
corr_author.Rd
Extract corresponding author from an article
Examples
if (FALSE) { # \dontrun{
# 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)
} # }