The main example lives at
https://github.com/wlandau/drake-examples/tree/main/main
.
Use drake_example("main")
to download its code.
This function also writes/overwrites
the files report.Rmd
and raw_data.xlsx
.
load_main_example(
envir = parent.frame(),
report_file = "report.Rmd",
overwrite = FALSE,
force = FALSE
)
A drake_config()
configuration list.
The environment to load the example into.
Defaults to your workspace.
For an insulated workspace,
set envir = new.env(parent = globalenv())
.
Where to write the report file report.Rmd
.
Logical, whether to overwrite an
existing file report.Rmd
Deprecated.
Deprecated 2018-12-31.