kth_belonging_institutional: Retrieve organizational belonging for a given kthid or...

View source: R/profile.R

kth_belonging_institutionalR Documentation

Retrieve organizational belonging for a given kthid or accountname at institutional level (assumed to be the second highest hierarchical level)

Description

Retrieve organizational belonging for a given kthid or accountname at institutional level (assumed to be the second highest hierarchical level)

Usage

kth_belonging_institutional(kthid, cfg = config())

Arguments

kthid

a string with the account name or KTH user id

cfg

configuration setting for the KTH APIs including base URL etc, by default from config()

Value

a tibble with the userid, the "slug" and the org unit description

Examples

## Not run: 
kth_belonging_institutional("u1z88syr")
kth_belonging_institutional("tjep")

## End(Not run)

KTH-Library/kthapi documentation built on June 27, 2023, 9:27 p.m.