Usage
almtitle(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
Title of article, in xml format.
Description
Get title of article by inputting the doi for the
article.
Examples
## Not run: # almtitle('10.1371/journal.pbio.0000012')# ## End(Not run)