Get a data.frame of employment info from ORCID

orcid_table(orcids)

Arguments

orcids

character() A vector of ORCID identifiers

Value

a data.frame of employment info using the ORCID API

Examples

if (interactive()) {
    orcid_table(
        orcid_ids = c(
            "0000-0002-3242-0582",
            "0000-0003-4046-0063",
            "0000-0003-2725-0694"
        )
    )
}