Alt-metrics total citation points from all sources

Usage

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

total no. data points recorded for this article from all sources

Description

Alt-metrics total citation points from all sources

Examples

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