Get a data.frame
of employment info from ORCID
orcid_table(orcids)
character()
A vector of ORCID identifiers
a data.frame
of employment info using the ORCID API
if (interactive()) {
orcid_table(
orcid_ids = c(
"0000-0002-3242-0582",
"0000-0003-4046-0063",
"0000-0003-2725-0694"
)
)
}