Learn R Programming

TAF (version 4.2.0)

clean.boot: Clean Boot Directory

Description

Clean the boot directory using clean.data, clean.library, and clean.software.

Usage

clean.boot(force = FALSE)

Value

No return value, called for side effects.

Arguments

force

passed to clean.data, clean.library, and clean.software.

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

Run this code
if (FALSE) {
clean()
clean.boot()
}

Run the code above in your browser using DataLab