clean_main_example {drake} | R Documentation |
Deprecated: clean the main example from drake_example("main")
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
This function deletes files. Use at your own risk.
Destroys the .drake/
cache and the report.Rmd
file
in the current working directory. Your working directory
(getcwd()
) must be the folder from which you first ran
load_main_example()
and make(my_plan)
.
Usage
clean_main_example()
Details
Deprecated 2018-12-31.
Value
Nothing.
[Package drake version 7.13.10 Index]