Skip to contents

Retrieve works associated with an ORCID identifier via the ORCID Public API and return the results as an sm_corpus.

This fetches work summaries from the public API endpoint https://pub.orcid.org/v3.0/{orcid}/works.

Usage

sm_fetch_orcid(orcid, verbose = TRUE, call = rlang::caller_env())

Arguments

orcid

An ORCID identifier (e.g., "0000-0001-8006-9742").

verbose

Print progress messages?

call

Caller environment for error reporting.

Value

An sm_corpus object.

Examples

if (FALSE) { # \dontrun{
corpus <- sm_fetch_orcid("0000-0001-8006-9742")
print(corpus)
} # }