plosword: Search results on a keyword over all fields in PLoS Journals.

View source: R/plosword.R

ploswordR Documentation

Search results on a keyword over all fields in PLoS Journals.

Description

Search results on a keyword over all fields in PLoS Journals.

Usage

plosword(terms, vis = FALSE, ...)

Arguments

terms

search terms (character)

vis

visualize results in bar plot or not (TRUE or FALSE)

...

Optional additional curl options passed to HttpClient

Value

Number of search results (vis = FALSE), or number of search in a table and a histogram of results (vis = TRUE).

Examples

## Not run: 
plosword('Helianthus')
plosword(list('monkey','replication','design','sunflower','whale'),
   vis = TRUE)

## End(Not run)

ropensci/rplos documentation built on Sept. 12, 2022, 2:10 p.m.