Learn R Programming

rplos (version 1.0.0)

plosword: 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

Run this code
# NOT RUN {
plosword('Helianthus')
plosword(list('monkey','replication','design','sunflower','whale'),
   vis = TRUE)
# }

Run the code above in your browser using DataLab