Learn R Programming

drake (version 5.1.2)

drake_examples: List the names of all the drake examples.

Description

The 'basic' example is the one from the basic example vignette: vignette("example-basic"). 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 basic example vignette.
drake_example("basic")
# Sets up the SLURM example.
drake_example("slurm")
})
# }

Run the code above in your browser using DataLab