taf.session {TAF} | R Documentation |
TAF Session
Description
Show session information about loaded packages, clearly indicating which packages were loaded from the local TAF library.
Usage
taf.session(sort = FALSE, imports = TRUE, details = FALSE)
Arguments
sort |
whether to sort packages by name. |
imports |
whether to include imported packages. |
details |
whether to report more detailed session information. |
Value
List containing session information about loaded packages.
See Also
sessionInfo
and the sessioninfo package provide similar
information, but do not indicate clearly packages that were loaded from the
local TAF library.
TAF-package
gives an overview of the package.
Examples
taf.session()
taf.session(sort=TRUE)
taf.session(imports=FALSE)
taf.session(details=TRUE)
[Package TAF version 4.2.0 Index]