drake (version 6.2.1)

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. Deprecated. In a future release, the report file will always be report.Rmd and will always be written to your working directory (current default).

overwrite

logical, whether to overwrite an existing file report.Rmd

force

deprecated

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 DataCamp Workspace