drake (version 6.2.1)

target_namespaces: For drake caches, list the storr cache namespaces that store target-level information.

Description

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

Usage

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

Arguments

default

name of the default storr namespace

Value

A character vector of storr namespaces that store target-level information.

See Also

make()

Examples

Run this code
# NOT RUN {
target_namespaces()
# }

Run the code above in your browser using DataLab