fetch_orcid | R Documentation |
Get and organize author's personal and employement information obtained from ORCID.
fetch_orcid(orcid)
orcid |
character. A vector of ORCID numbers. |
The functions obtains and organizes personal and employment information using the rorcid functions 'orcid_person' and 'orcid_employments'. Please check the help of these functions for more detail.
a data frame containing in the lines the information for each of the ORCID numbers provided.
Renato A. F. de Lima
## Not run: orcids <- c("0000-0002-5537-5294", NA, "0000-0002-1048-0138", "not found") orcid_info(orcids) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.