View source: R/package_version_management.R
lib.package_version_loaded | R Documentation |
This works for both packages within the R_MV_library (which are loaded) and for packages outside the library.
lib.package_version_loaded(packageNames, exclude_not_loaded = TRUE)
packageNames |
The name or a vector of names of the packages for which to obtain the version. |
exclude_not_loaded |
If true, the default, it will not try to find a 'loaded version' of a package that is not loaded. |
A named character vector with the package name(s) and it's version that is loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.