powered by
load_basic_example
Use load_mtcars_example() instead.
load_mtcars_example()
load_basic_example(envir = parent.frame(), seed = NULL, cache = NULL, report_file = "report.Rmd", overwrite = FALSE, to = report_file, verbose = drake::default_verbose(), force = FALSE)
The environment to load the example into. Defaults to your workspace. For an insulated workspace, set envir = new.env(parent = globalenv()).
envir = new.env(parent = globalenv())
where to write the report file report.Rmd.
report.Rmd
logical, whether to overwrite an existing file report.Rmd
logical, whether to force the loading of a non-back-compatible cache from a previous version of drake.
A config list, as in load_mtcars_example().
Deprecated on 2018-04-21.
# NOT RUN { # See ?load_mtcars_example for examples. # }
Run the code above in your browser using DataLab