powered by
Show session information about loaded packages, clearly indicating which packages were loaded from the local TAF library.
taf.session(sort = FALSE, details = FALSE)
whether to sort packages by name.
whether to include 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.
sessionInfo
icesTAF-package gives an overview of the package.
icesTAF-package
# NOT RUN { taf.session() taf.session(sort=TRUE) taf.session(details=TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab