drake (version 6.2.1)

cleaned_namespaces: For drake caches, list the storr namespaces that are cleaned during a call to clean().

Description

All these namespaces store target-level data, but not all target-level namespaces are cleaned during clean().

Usage

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

Arguments

default

Name of the default storr namespace.

Value

A character vector of storr namespaces that are cleaned during clean().

See Also

cache_namespaces(), clean()

Examples

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

Run the code above in your browser using DataLab