clean.boot {TAF} | R Documentation |
Clean Boot Directory
Description
Clean the boot directory using clean.data
, clean.library
, and
clean.software
.
Usage
clean.boot(force = FALSE)
Arguments
force |
passed to |
Value
No return value, called for side effects.
Note
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.
See Also
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.
Examples
## Not run:
clean()
clean.boot()
## End(Not run)
[Package TAF version 4.2.0 Index]