drake (version 6.2.1)

store_drake_config: Store an internal configuration list from drake_config().

Description

Exported for demonstration and tinkering purposes only. Not meant to be called by the user.

Usage

store_drake_config(config)

Arguments

config

Internal configuration list

Value

Nothing.

Examples

Run this code
# NOT RUN {
test_with_dir("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
config <- drake_config(my_plan)
store_drake_config(config = config)
read_drake_config()
})
# }

Run the code above in your browser using DataLab