orcid_table: get data.frame of employment info from orcid

View source: R/use_orcid.R

orcid_tableR Documentation

get data.frame of employment info from orcid

Description

get data.frame of employment info from orcid

Usage

orcid_table(orcids)

Arguments

orcids

character()

Examples

if (interactive()) { # need a token?
    oids <- c("0000-0003-4046-0063", "0000-0003-4046-0063")
    print(orcid_table(oids))
    oids <- c(oids, NA)
    print(orcid_table(oids))
    print(orcid_table(oids[1]))
}

seandavi/BiocPkgTools documentation built on Feb. 2, 2024, 12:02 p.m.