Description Usage Arguments Value Examples
View source: R/plot_throughtime.R
Plot results through time for serach results from PLoS Journals.
1 | plot_throughtime(terms, limit = NA, ...)
|
terms |
search terms (character) |
limit |
number of results to return (integer) |
... |
optional curl options passed to |
Number of search results (vis = FALSE), or number of search in a table and a histogram of results (vis = TRUE).
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.