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

store_drake_config(config)

Arguments

config

Internal configuration list

Value

Nothing.

Examples

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