getauthors: Get article authors in all papers in the corpus.

View source: R/getauthors.r

getauthorsR Documentation

Get article authors in all papers in the corpus.

Description

Get article authors in all papers in the corpus.

Usage

  getauthors(plot = FALSE, sumfxn = "length", ...)

Arguments

plot

Plot results or not.

sumfxn

Function to use to summarise article titles.

Details

This function looks across all files locally and extracts authors.

Value

A list of authors if plot=FALSE, or a plot if else summarising authors.

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

getarticletitles.

Examples

## Not run: 
authors <- getauthors()

## End(Not run)

ropensci/rhindawi documentation built on May 18, 2022, 6:40 p.m.