| Title: | R Package for Checking Orcid Use at KWB |
|---|---|
| Description: | R package for checking ORCID use at KWB. It is a wrapper for the R package rorcid (https://github.com/ropencsci/rorcid). |
| Authors: | Michael Rustler [aut, cre] (ORCID: <https://orcid.org/0000-0003-0647-7726>), Kompetenzzentrum Wasser Berlin gGmbH (KWB) [cph], Hauke Sonnenberg [ctb] (0000-0001-9134-2871) |
| Maintainer: | Michael Rustler <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.0.0.9000 |
| Built: | 2026-05-26 10:20:57 UTC |
| Source: | https://github.com/KWB-R/kwb.orcid |
Create Lookup Authors KWB
create_lookup_authors_kwb(orcids = get_kwb_orcids())create_lookup_authors_kwb(orcids = get_kwb_orcids())
orcids |
character vector with valid ORCIDs (default: get_kwb_orcids()) |
data frame with authors information (as required for R packages)
orcids <- get_kwb_orcids() create_lookup_authors_kwb(orcids)orcids <- get_kwb_orcids() create_lookup_authors_kwb(orcids)
ORCID: get all publications (using rorcid::works())
create_publications_df_for_orcids(orcids = get_kwb_orcids())create_publications_df_for_orcids(orcids = get_kwb_orcids())
orcids |
character vector with valid ORCIDs (default: get_kwb_orcids()) |
data.frame with all (public!) ORCID publications for provided ORCIDS
orcids <- get_kwb_orcids() create_publications_df_for_orcids(orcids)orcids <- get_kwb_orcids() create_publications_df_for_orcids(orcids)
Helper function: extract ORCID from path column (returned by rorcid::works())
extract_orcid_from_path(path)extract_orcid_from_path(path)
path |
content of column "path" (returned by |
character vector with ORCIDS
ORCID: get author metadata
get_author_meta_for_orcids(orcids = get_kwb_orcids())get_author_meta_for_orcids(orcids = get_kwb_orcids())
orcids |
character vector with valid ORCIDs (default: get_kwb_orcids()) |
data.frame with valid ORCID metadata for authors
orcids <- get_kwb_orcids() get_author_meta_for_orcids(orcids)orcids <- get_kwb_orcids() get_author_meta_for_orcids(orcids)
Helper function: known ORCIDs of KWB scientists
get_kwb_orcids()get_kwb_orcids()
default ORCIDs of KWB scientists
get_kwb_orcids()get_kwb_orcids()