Usage
alm_title(doi = NULL, pmid = NULL, pmcid = NULL, wos = NULL, scp = NULL, url = NULL, key = NULL, api_url = "http://alm.plos.org/api/v5/articles", ...)
Arguments
doi
Digital object identifier for an article in PLoS Journals (character)
pmid
PubMed object identifier (numeric)
pmcid
PubMed Central object identifier (numeric)
wos
Web of Science identifier (character)
scp
Scopus identifier (character)
url
Canonical URL (character)
key
your PLoS API key, either enter, or loads from .Rprofile (character)
api_url
API endpoint, defaults to http://alm.plos.org/api/v3/articles (character)
...
optional additional curl options (debugging tools mostly)