Package 'kwb.orcid'

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

Help Index


Create Lookup Authors KWB

Description

Create Lookup Authors KWB

Usage

create_lookup_authors_kwb(orcids = get_kwb_orcids())

Arguments

orcids

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

Value

data frame with authors information (as required for R packages)

Examples

orcids <- get_kwb_orcids()
create_lookup_authors_kwb(orcids)

ORCID: get all publications (using rorcid::works())

Description

ORCID: get all publications (using rorcid::works())

Usage

create_publications_df_for_orcids(orcids = get_kwb_orcids())

Arguments

orcids

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

Value

data.frame with all (public!) ORCID publications for provided ORCIDS

Examples

orcids <- get_kwb_orcids()
create_publications_df_for_orcids(orcids)

Helper function: extract ORCID from path column (returned by rorcid::works())

Description

Helper function: extract ORCID from path column (returned by rorcid::works())

Usage

extract_orcid_from_path(path)

Arguments

path

content of column "path" (returned by works)

Value

character vector with ORCIDS


ORCID: get author metadata

Description

ORCID: get author metadata

Usage

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)

Helper function: known ORCIDs of KWB scientists

Description

Helper function: known ORCIDs of KWB scientists

Usage

get_kwb_orcids()

Value

default ORCIDs of KWB scientists

Examples

get_kwb_orcids()