Description Usage Arguments Details Value See Also Examples
The function sessionPackages prints the list
of packages attached to the current R session.
1  | sessionPackages(package = NULL)
 | 
package | 
 a character vector naming installed packages,
or   | 
This function reuses part of the code from 
sessionInfo.
A list with the following components:
basePkgs: a character vector of base packages which are attached.
otherPkgs (not always present): a character vector of other attached packages.
sessionInfo from package utils, 
R.version from package base.
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.