taf.session | R Documentation |
Show session information about loaded packages, clearly indicating which packages were loaded from the local TAF library.
taf.session(sort = FALSE, imports = TRUE, details = FALSE)
sort |
whether to sort packages by name. |
imports |
whether to include imported packages. |
details |
whether to report more detailed session information. |
List containing session information about loaded packages.
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.
taf.session()
taf.session(sort=TRUE)
taf.session(imports=FALSE)
taf.session(details=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.