Description Usage Arguments Details Examples
Biorxiv search
1 | biorxiv_search(query, limit = 10, date_from = NULL, date_to = NULL, ...)
|
query |
query terms |
limit |
records to return. default: 10 |
date_from, date_to |
date begin and end, of form YYYY-MM-DD |
... |
curl options passed on to crul::HttpClient |
We search Biorxiv first, get DOIs, then search Crossref - one consequence of this is that you may get back less than the number of results you requested even if Biorxiv found equal to or more than the amount you requested - BECAUSE we take the DOIs from the results and go out to Crossref to get what we think is better metadata than what Biorxiv has.
1 2 3 4 5 6 | ## Not run:
biorxiv_search(query = "owls")
biorxiv_search(query = "owls", date_from = "2016-01-01",
date_to = "2016-12-30", limit = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.