Retrieve first and last name from an ORCID URL.
get_orcid_name(orcid_url)
Arguments
orcid_url |
(character) A valid ORCID URL address. |
Value
(character) First and last name.
Examples
if (FALSE) {
pi_name <- get_orcid_name('https://orcid.org/0000-0002-2561-5840')
}