Learn R Programming

drake (version 5.2.1)

drake_examples: List the names of all the drake examples.

Description

The 'mtcars' example is documented at https://ropenscilabs.github.io/drake-manual/mtcars.html.

Usage

drake_examples()

Arguments

Value

Names of all the drake examples.

See Also

drake_example(), make()

Examples

Run this code
# NOT RUN {
test_with_dir("Quarantine side effects.", {
drake_examples() # List all the drake examples.
# Sets up the same example as https://ropenscilabs.github.io/drake-manual/mtcars.html # nolint
drake_example("mtcars")
# Sets up the SLURM example.
drake_example("slurm")
})
# }

Run the code above in your browser using DataLab