Learn R Programming

icesTAF (version 3.6.0)

taf.session: 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, details = FALSE)

Value

List containing session information about loaded packages.

Arguments

sort

whether to sort packages by name.

details

whether to include more detailed session information.

See Also

sessionInfo and the sessioninfo package provide similar information, but do not indicate clearly packages that were loaded from the local TAF library.

icesTAF-package gives an overview of the package.

Examples

Run this code
# \donttest{
taf.session()
taf.session(sort=TRUE)
taf.session(details=TRUE)
# }

Run the code above in your browser using DataLab