Given a organizational unit slug, such as "j/jj/jjn", retrieves associated KTH researcher ids
Source:R/crawl_slug.R
kthids_from_slug.RdGiven a organizational unit slug, such as "j/jj/jjn", retrieves associated KTH researcher ids
Examples
if (FALSE) { # \dontrun{
if(interactive()){
kthids_from_slug("j/jj/jjn")
kthids_from_slug("j/jh/jhs")
}
} # }