Given a organizational unit slug, such as "j/jj/jjn", retrieves associated KTH researcher ids

kthids_from_slug(slug)

Arguments

slug

character slug for an organizational unit

Value

tibble with kthids, usernames, titles and a timestamp

Details

this fcn belongs in the kthapi package

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 kthids_from_slug("j/jj/jjn")
 kthids_from_slug("j/jh/jhs")
 }
} # }