example_drake
Copy a folder of code files for a
drake example to the current working directory.
To see the names of all the examples, run examples_drake
.
example_drake(example = drake::examples_drake(), destination = getwd())
name of the example.
To see all the available example names,
run examples_drake
.
character scalar, file path, where to write the folder containing the code files for the example.