plosviews(search, byfield = NA, views = "alltime", limit = NA, url = "http://api.plos.org/search", key = getOption("PlosApiKey", stop("need an API key for PLoS Journals")), ..., curl = getCurlHandle())
Number of search results (results = FALSE), or number of search results plus the results themselves (results = TRUE).
Search PLoS Journals by article views.
## 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('ecology', 'subject', 'alltime', 99)# plosviews('evolution', views = 'alltime', limit = 99)# plosviews('bird', views = 'alltime', limit = 99)# ## End(Not run)