getarticletitles: Get article titles in all papers in the corpus.

View source: R/getarticletitles.r

getarticletitlesR Documentation

Get article titles in all papers in the corpus.

Description

Get article titles in all papers in the corpus.

Usage

  getarticletitles(plot = FALSE, sumfxn = "nchar")

Arguments

plot

Plot results or not.

sumfxn

Function to use to summarise article titles.

Details

This function looks across all files locally and extracts titles.

Value

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

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

downloadcorpus and loadcorpus and createrdat.

Examples

## Not run: 
getarticletitles(plot=TRUE)

## End(Not run)

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