Date when alt-metrics for the article (by DOI) data was last updated.

Usage

almupdated(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

Date when article data was last updated.

Description

Date when alt-metrics for the article (by DOI) data was last updated.

Examples

## Not run: # almupdated('10.1371/journal.pbio.0000012')# ## End(Not run)