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