powered by
example_drake
Copy a folder of code files for a drake example to the current working directory. Call example_drake('basic') to generate the code files from the quickstart vignette: vignette('quickstart'). To see the names of all the examples, run examples_drake.
example_drake('basic')
vignette('quickstart')
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.
examples_drake, make
make
# NOT RUN { example_drake('basic') # Same as the quickstart vignette # }
Run the code above in your browser using DataLab