biorxiv_search: Biorxiv search

View source: R/bio_utils.R

biorxiv_searchR Documentation

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

## 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)

ropensci/fulltext documentation built on Sept. 12, 2022, 7:57 a.m.