get ORCID ids from cre fields of Authors@R in packageDescription results

get_cre_orcids(pkgnames)

Arguments

pkgnames

character() must be installed

Note

returns NA if no ORCID provided in Authors@R for package description

Examples

get_cre_orcids(c("BiocPkgTools", "utils"))
#> BiocPkgTools        utils 
#>           NA           NA