View source: R/taf.libraries.R
taf.libraries | R Documentation |
Load and attach all packages from local TAF library.
taf.libraries(messages = FALSE, warnings = FALSE)
messages |
whether to show messages when package loads. |
warnings |
whether to show warnings when package loads. |
TRUE
(invisibly) if all packages loaded.
Packages in the TAF library are loaded in the order in which they are
listed in SOFTWARE.bib
. Internal dependencies can in this way be
respected.
taf.library
is the TAF function called for each found package.
TAF-package
gives an overview of the package.
## Not run:
# Load all packages in TAF library
taf.libraries()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.