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

Description Usage Arguments Value Examples

View source: R/plot_throughtime.R

Description

Plot results through time for serach results from PLoS Journals.

Usage

1

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

1
2
3
4
5
6
## 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)

rplos documentation built on Feb. 24, 2021, 1:06 a.m.