Learn R Programming

icesTAF (version 3.6.0)

clean.library: Clean TAF Library

Description

Selectively remove packages from the local TAF library if not listed in SOFTWARE.bib.

Usage

clean.library(folder = "bootstrap/library", quiet = FALSE, force = FALSE)

Arguments

folder

location of local TAF library.

quiet

whether to suppress messages about removed packages.

force

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

See Also

taf.bootstrap calls clean.library as part of the default bootstrap procedure.

taf.install installs a package in the local TAF library.

clean.software cleans the local TAF software folder.

clean.data cleans the bootstrap/data folder.

icesTAF-package gives an overview of the package.

Examples

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

Run the code above in your browser using DataLab