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

View source: R/plot_throughtime.R

plot_throughtimeR Documentation

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

## Not run: 
plot_throughtime(terms='phylogeny', limit=300)
plot_throughtime(list('drosophila','monkey'), 100)
plot_throughtime(list('drosophila','flower','dolphin','cell','cloud'), 100)

## End(Not run)

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