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