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-0002-0178-6645 Christoph Sprenger #> 3: 0000-0002-5722-5433 Daniel Wicke #> 4: 0000-0001-9134-2871 Hauke Sonnenberg #> 5: 0000-0003-0647-7726 Michael Rustler #> 6: 0000-0002-5252-4880 Nicolas Caradot #> 7: 0000-0002-7436-8575 Wolfgang Seis #> url #> 1: #> 2: #> 3: #> 4: https://github.com/hsonne #> 5: http://www.mrustl.de #> 6: https://www.linkedin.com/in/nicolascaradot/ #> 7: #> orcid_link #> 1: [0000-0001-5483-4594](https://orcid.org/0000-0001-5483-4594) #> 2: [0000-0002-0178-6645](https://orcid.org/0000-0002-0178-6645) #> 3: [0000-0002-5722-5433](https://orcid.org/0000-0002-5722-5433) #> 4: [0000-0001-9134-2871](https://orcid.org/0000-0001-9134-2871) #> 5: [0000-0003-0647-7726](https://orcid.org/0000-0003-0647-7726) #> 6: [0000-0002-5252-4880](https://orcid.org/0000-0002-5252-4880) #> 7: [0000-0002-7436-8575](https://orcid.org/0000-0002-7436-8575)