Learn R Programming

TAF (version 4.2.0)

clean.software: Clean TAF Software

Description

Selectively remove software from the local TAF software folder if not listed in SOFTWARE.bib.

Usage

clean.software(folder = "boot/software", quiet = FALSE, force = FALSE)

Value

No return value, called for side effects.

Arguments

folder

location of local TAF software folder.

quiet

whether to suppress messages about removed software.

force

whether to remove the local TAF software folder, regardless of how it compares to SOFTWARE.bib entries.

See Also

taf.boot calls clean.software as part of the default boot procedure.

download.github downloads a GitHub repository.

clean.library cleans the local TAF library.

clean.data cleans the boot/data folder.

TAF-package gives an overview of the package.

Examples

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

Run the code above in your browser using DataLab