crossrefDOI: Look up a Crossref metadata for a DOI

Description Usage Arguments Details Value Author(s) Examples

Description

Retrieve metadata for a DOI via a lookup to Crossref metadata search. The resulting COinS metadata is then parsed into an into a convenient format.

Usage

1
  crossrefDOI(doi, raw = FALSE, verbose = TRUE, ...)

Arguments

doi

character; a vector of one or more DOIs to lookup.

raw

logical; return the raw, unparsed metadata?

verbose

logical; should progress be reported?

...

Additional arguments, currently not used.

Details

Currently, only articles are parsed

Value

A list of class "crossrefList", each component of which is a list of class "crossrefEntry" containing the parsed metadata for a single DOI. If raw = TRUE, an additional component, "raw", a data frame containing the raw results of the metadata search.

Author(s)

Gavin L. Simpson

Examples

1
crossrefDOI("10.1007/s10933-013-9697-7")

gavinsimpson/orcid documentation built on May 16, 2019, 10:10 p.m.