Retrieve public email addresses from an ORCID URL.
get_orcid_email(orcid_url)
Arguments
orcid_url |
(character) A valid ORCID URL address. |
Value
(character) Public e-mail addresses.
Examples
if (FALSE) {
pi_email <- get_orcid_email('https://orcid.org/0000-0002-2561-5840')
}