sessionLibs | R Documentation |
Prints the names and version numbers of libraries currently loaded by the user.
sessionLibs()
This function prints a list of the libraries loaded by the user
in the current session, giving just their name and version number.
It obtains this information from sessionInfo
.
This function is not needed in an interactive R session because the package startup messages will usually provide this information.
Its main use is in an Sweave
script, where it is needed
because the package startup messages are not printed.
Null.
and \rolf.
sessionInfo
sessionLibs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.