drake (version 6.2.1)

clean_main_example: Deprecated: clean the main example from drake_example("main")

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()

Arguments

Value

Nothing.

Details

Deprecated December 2018.

Examples

Run this code
# NOT RUN {
# The code for this example is hosted at
# https://github.com/wlandau/drake-examples/tree/master/main
# You can download it with drake_example("main")
# or watch a video tutorial about it at
# https://ropenscilabs.github.io/drake-manual/.
# }

Run the code above in your browser using DataLab