Learn R Programming

icesTAF (version 3.1-1)

taf.library: TAF Library

Description

Load package from local TAF library.

Usage

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

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.

Value

The names of packages currently installed in the TAF library.

See Also

library is the underlying base function to load a package.

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

icesTAF-package gives an overview of the package.

Examples

Run this code
# NOT RUN {
# Show packages in TAF library
taf.library()

# Load packages
taf.library(this)
taf.library(that)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab