loaded_packages | R Documentation |
Loaded packages
loaded_packages(pkg, verbose = TRUE)
pkg |
A package name. |
verbose |
Whether to print messages. |
It loads pkg
into a new R session and collects which other packages are loaded by parsing the output from sessionInfo
.
A data frame.
loaded_packages("ComplexHeatmap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.