literature_retractions: Search literature retractions

Description Usage Arguments See Also Examples

Description

Search literature retractions

Usage

1

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

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

## End(Not run)

rif documentation built on May 2, 2019, 5:54 a.m.