powered by
Load package from local TAF library.
taf.library(package, messages = FALSE, warnings = FALSE)
name of a package found in bootstrap/library.
bootstrap/library
whether to show messages when package loads.
whether to show warnings when package loads.
The names of packages currently installed in the TAF library.
library is the underlying base function to load a package.
library
taf.bootstrap is the procedure to install packages into a local TAF library, via the SOFTWARE.bib metadata file.
taf.bootstrap
SOFTWARE.bib
icesTAF-package gives an overview of the package.
icesTAF-package
# 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