ORCID: get author metadata

get_author_meta_for_orcids(orcids = get_kwb_orcids())

Arguments

orcids

character vector with valid ORCIDs (default: get_kwb_orcids())

Value

data.frame with valid ORCID metadata for authors

Examples

orcids <- get_kwb_orcids() get_author_meta_for_orcids(orcids)
#> orcid given_names family_name #> 1: 0000-0001-5483-4594 Andreas Matzinger #> 2: 0000-0001-9134-2871 Hauke Sonnenberg #> 3: 0000-0002-7436-8575 Wolfgang Seis #> 4: 0000-0003-0647-7726 Michael Rustler #> url #> 1: #> 2: https://github.com/hsonne #> 3: #> 4: http://www.mrustl.de , https://www.mendeley.com/profiles/michael-rustler/ #> orcid_link #> 1: [0000-0001-5483-4594](https://orcid.org/0000-0001-5483-4594) #> 2: [0000-0001-9134-2871](https://orcid.org/0000-0001-9134-2871) #> 3: [0000-0002-7436-8575](https://orcid.org/0000-0002-7436-8575) #> 4: [0000-0003-0647-7726](https://orcid.org/0000-0003-0647-7726)