fromDOI: Lookup Crossref metadata for DOIs

Description Usage Arguments Value Author(s) Examples

Description

Queries http://data.crossref.org for metadata associated with a DOI. Metadata can be returned in a number of formats.

Usage

1
2
3
  fromDOI(x,
    format = c("bibtex", "ris", "rdf", "turtle", "json", "crossref", "datacite"),
    verbose = TRUE, ...)

Arguments

x

character; vector of one or more DOIs

format

character; one of the stated choices. Controls the format of the metadata returned

verbose

logical; report on progress?

...

additional arguments. Not currently used

Value

A list whose components contain the requested metadata for the supplied DOIs.

Author(s)

Gavin L. Simpson

Examples

1
2
writeLines(fromDOI("10.4319/lo.2009.54.6_part_2.2529",
                   verbose = FALSE)[[1]])

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