Description Usage Arguments Examples
Search PLoS Journals by article views.
1 |
search |
search terms (character) |
byfield |
field to search by, e.g., subject, author, etc. (character) |
views |
views all time (alltime) or views last 30 days (last30) (character) |
limit |
number of results to return (integer) |
... |
Optional additional curl options passed to
|
1 2 3 4 5 6 7 8 9 | ## Not run:
plosviews('10.1371/journal.pone.0002154', 'id', 'alltime')
plosviews('10.1371/journal.pone.0002154', 'id', 'last30')
plosviews('10.1371/journal.pone.0002154', 'id', 'alltime,last30')
plosviews(search='marine ecology', byfield='subject', limit=50)
plosviews(search='evolution', views = 'alltime', limit = 99)
plosviews('bird', views = 'alltime', limit = 99)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.