Description Usage Arguments See Also Examples
Get articles by PMID
1  | literature_pmid(pmid, key = NULL, ...)
 | 
pmid | 
 One or more PMID's in a vector or list  | 
key | 
 (character) API key. required either passed in here or save
as an env var or R option. see   | 
... | 
 Curl options passed on to   | 
Other literature: literature_mlpmid,
literature_mltext,
literature_retractions
1 2 3 4 5 6 7 8 9  | ## Not run: 
# get PMIDs for retracted articles
(out <- literature_retractions())
# then get info on some articles
literature_pmid(pmid = out[1])
literature_pmid(pmid = out[1:2])
literature_pmid(pmid = out[1:10])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.