drake_config()
.Exported for demonstration and tinkering purposes only. Not meant to be called by the user.
store_drake_config(config)
Internal configuration list
Nothing.
# 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