View source: R/citation_search_plos.R
searchplos | R Documentation |
This function is adapted from the searchplos in the 'rplos' package, which is no longer maintained.
searchplos(
q = NULL,
fl = "id",
fq = NULL,
sort = NULL,
start = 0,
limit = 10,
sleep = 6,
errors = "simple",
proxy = NULL,
callopts = list(),
progress = NULL,
...
)
q |
Search terms, eg: field:query |
fl |
Fields to return |
fq |
Fields to filter query on |
sort |
Sort results according to field |
start |
Record to start at for pagination |
limit |
Number of results to return for pagination |
sleep |
Seconds to wait between requests |
errors |
One of simple or complete |
proxy |
List of args for proxy connection |
callopts |
Optional curl options |
progress |
Optional logic for progress bar |
... |
Addtl Solr arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.