View source: R/loadedPackages.R
loadedPackages | R Documentation |
Provide name, version, and path of loaded package namespaces
loadedPackages(silent = FALSE)
silent |
Logical indicating whether the results should be printed |
Invisibly returns a data frame containing one row per loaded package namespace, with columns:
Package |
Package name |
Version |
Version string |
Path |
Path to package files |
SearchPath |
Either the index of the package namespace in the current search path, or '-' if the package namespace is not in the search path. '1' corresponds to the top of the search path (the first namespace searched for values). |
Gregory R. Warnes greg@warnes.net
loadedNamespaces
,
packageVersion
, search
,
find.package
loadedPackages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.