Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


drake (version 5.3.0)

load_basic_example: Deprecated function load_basic_example

Description

Use load_mtcars_example() instead.

Usage

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)

Arguments

envir

The environment to load the example into. Defaults to your workspace. For an insulated workspace, set envir = new.env(parent = globalenv()).

report_file

where to write the report file report.Rmd.

overwrite

logical, whether to overwrite an existing file report.Rmd

force

logical, whether to force the loading of a non-back-compatible cache from a previous version of drake.

Value

A config list, as in load_mtcars_example().

Details

Deprecated on 2018-04-21.

See Also

load_mtcars_example()

Examples

Run this code
# NOT RUN {
# See ?load_mtcars_example for examples.
# }

Run the code above in your browser using DataLab