Ordinary users do not need to worry about this function. It is just another window into drake's internals.

cache_namespaces(default = storr::storr_environment()$default_namespace)

Arguments

default

name of the default storr namespace

Value

A character vector of storr namespaces used for drake.

See also

make()

Examples

cache_namespaces()
#> [1] "config" "kernels" "meta" "objects" "progress" "session"