clean.boot | R Documentation |
Clean the boot directory using clean.data
, clean.library
, and
clean.software
.
clean.boot(force = FALSE)
force |
passed to |
No return value, called for side effects.
Instead of completely removing the boot
directory, clean.data
,
clean.library
, and clean.software
are used to clean the
boot/data
, boot/library
, and boot/library
subdirectories. This protects the subdirectory boot/initial
, boot
scripts, and *.bib
metadata files from being accidentally deleted.
clean
cleans TAF directories: data
, model
,
output
, and report
.
clean.data
selectively removes data from boot/data
.
clean.library
selectively removes packages from
boot/library
.
clean.software
selectively removes software from
boot/software
.
TAF-package
gives an overview of the package.
## Not run:
clean()
clean.boot()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.