Learn R Programming

drake (version 5.0.0)

drake_examples: List the names of all the drake examples.

Description

The 'basic' example is the one from the quickstart vignette: vignette('quickstart'). All are in the inst/examples/ folder of the package source code.

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 the quickstart vignette.
drake_example("basic")
# Sets up the SLURM example.
drake_example("slurm")
})
# }

Run the code above in your browser using DataLab