orcid2name | R Documentation |
function to convert ORCiD to name with orcid.org api (needs a valid ORCID token for OAuth authentication)
orcid2name(x, useDB = TRUE)
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 |
orcid2name(c("https://orcid.org/0000-0003-1159-3991","Einstein, Albert"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.