literature_retractions: Search literature retractions

View source: R/literature_retractions.R

literature_retractionsR Documentation

Search literature retractions

Description

Search literature retractions

Usage

literature_retractions(key = NULL, ...)

Arguments

key

(character) API key. required either passed in here or save as an env var or R option. see rif and Startup

...

Curl options passed on to crul::HttpClient()

See Also

Other literature: literature_mlpmid(), literature_mltext(), literature_pmid()

Examples

## Not run: 
# get PMIDs for retracted articles
(out <- literature_retractions())
# then get info on some articles
literature_pmid(pmid = out[1])

## End(Not run)

ropensci/rif documentation built on May 18, 2022, 6:40 p.m.