Learn R Programming

icesTAF (version 3.6.0)

taf.library: TAF Library

Description

Load and attach package from local TAF library.

Usage

taf.library(package, messages = FALSE, warnings = FALSE)

Value

The names of packages currently installed in the TAF library.

Arguments

package

name of a package found in bootstrap/library.

messages

whether to show messages when package loads.

warnings

whether to show warnings when package loads.

See Also

library is the underlying base function to load and attach a package.

taf.bootstrap is the procedure to install packages into a local TAF library, via the SOFTWARE.bib metadata file.

detach.packages detaches all packages.

icesTAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {

# Show packages in TAF library
taf.library()

# Load packages
taf.library(this)
taf.library(that)
}

Run the code above in your browser using DataLab