orcid2name: orcid2name

View source: R/orcid2name.R

orcid2nameR Documentation

orcid2name

Description

function to convert ORCiD to name with orcid.org api (needs a valid ORCID token for OAuth authentication)

Usage

orcid2name(x, useDB = TRUE)

Arguments

x

vector that contains a valid ORCID-address (e.g.: "https://orcid.org/0000-0003-1159-3991") and/or names

useDB

logical. IF TRUE a self curated list with ORCIDs from within the PMC database is beeing used before connecting to the API to gather still missing ORCIDs

Examples

orcid2name(c("https://orcid.org/0000-0003-1159-3991","Einstein, Albert"))

ingmarboeschen/graphing documentation built on Jan. 14, 2025, 7:32 a.m.