storr
cache namespaces
that store target-level information.R/cache_namespaces.R
Ordinary users do not need to worry about this function.
It is just another window into drake
's internals.
target_namespaces(default = storr::storr_environment()$default_namespace)
default | name of the default |
---|
A character vector of storr
namespaces that store
target-level information.
target_namespaces()#> [1] "kernels" "meta" "objects" "progress"