Usage
almpubmedcentid(doi, url = "http://alm.plos.org/articles", key = getOption("PlosApiKey",
stop("need an API key for PLoS Journals")), ..., curl = getCurlHandle())
Arguments
- doi
- digital object identifier for an article in
PLoS Journals
- key
- your PLoS API key, either enter, or loads from
.Rprofile
- url
- the PLoS API url for the function (should be
left to default)
- ...
- optional additional curl options (debugging
tools mostly)
- 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.
Description
Get PubMed Central article ID by inputting the doi for
the article.
Examples
## Not run: # almpubmedcentid('10.1371/journal.pbio.0000012')# ## End(Not run)