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())Examples
if (FALSE) { # \dontrun{
corpus <- sm_fetch_orcid("0000-0001-8006-9742")
print(corpus)
} # }