Learn R Programming

fulltext (version 2.0)

biorxiv_search: Biorxiv search

Description

Biorxiv search

Usage

biorxiv_search(query, limit = 10, date_from = NULL, date_to = NULL, ...)

Arguments

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

Details

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.

Examples

Run this code
# NOT RUN {
biorxiv_search(query = "owls")
biorxiv_search(query = "owls", date_from = "2016-01-01", 
  date_to = "2016-12-30", limit = 10)
# }

Run the code above in your browser using DataLab