R/crawl_slug.R
kthids_from_slug.Rd
Given a organizational unit slug, such as "j/jj/jjn", retrieves associated KTH researcher ids
kthids_from_slug(slug)
tibble with kthids, usernames, titles and a timestamp
this fcn belongs in the kthapi package
if (FALSE) { # \dontrun{
if(interactive()){
kthids_from_slug("j/jj/jjn")
kthids_from_slug("j/jh/jhs")
}
} # }