Learn R Programming

alm (version 0.1.9)

almpubmedcentid: Get PubMed Central article ID by inputting the doi for the article.

Description

Get PubMed Central article ID by inputting the doi for the article.

Usage

almpubmedcentid(doi, key = NULL, curl = getCurlHandle())

Arguments

doi
digital object identifier for an article in PLoS Journals
key
your PLoS API key, either enter, or loads from .Rprofile
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Value

  • The PubMed Central article ID.

References

See a tutorial/vignette for alm at http://ropensci.org/tutorials/alm_tutorial.html

Examples

Run this code
almpubmedcentid(doi = '10.1371/journal.pbio.0000012')

Run the code above in your browser using DataLab