orcidWorks: Retrieve Orcid Works metadata

Description Usage Arguments Value Author(s) Examples

Description

Returns the metadata for author works associated with an Orcid. The quality of the metadata depends on that provided when authors claim works in Orcid.

Usage

1
  orcidWorks(orcid)

Arguments

orcid

character; an Orcid.

Value

a list with components

orcid

character; the orcid.

identifiers

data frame; Orcid Work Identifier types and their identifiers, typically DOIs.

works

list; raw metadata from the parsed JSON.

retrieved

time and date of metadata retrieval.

Author(s)

Gavin L. Simpson

Examples

1
2
ids <- orcidWorks("0000-0002-9084-8413")
ids

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