R/crawl_slug.R
kth_catalog_crawl.Rd
Given an organizational "slug", a depth first traversal is made enumerating organizational units (descendants)
kth_catalog_crawl(slug)
a tibble encoding descendants as a hierarchy (using parent_id, child_id tuples)
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
if (FALSE) { # \dontrun{
if(interactive()){
kth_catalog_crawl("j/jj")
}
} # }