Learn R Programming

rplos (version 1.0.0)

plot_throughtime: Plot results through time for serach results from PLoS Journals.

Description

Plot results through time for serach results from PLoS Journals.

Usage

plot_throughtime(terms, limit = NA, ...)

Arguments

terms

search terms (character)

limit

number of results to return (integer)

...

optional 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 {
plot_throughtime(terms='phylogeny', limit=300)
plot_throughtime(list('drosophila','monkey'), 100)
plot_throughtime(list('drosophila','flower','dolphin','cell','cloud'), 100)
# }

Run the code above in your browser using DataLab