taf.session: TAF Session

View source: R/taf.session.R

taf.sessionR 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)



TAF documentation built on March 31, 2023, 6:51 p.m.