Given an organizational "slug", a depth first traversal is made enumerating organizational units (descendants)
Source:R/crawl_slug.R
kth_catalog_crawl.RdGiven an organizational "slug", a depth first traversal is made enumerating organizational units (descendants)
Details
this fcn should be moved to the kthapi package... please avoid using this fcn too often as it descends recursively and generates several API calls; instead please cache the results and try to avoid hammering the API
Examples
if (FALSE) { # \dontrun{
if(interactive()){
kth_catalog_crawl("j/jj")
}
} # }