View source: R/isPackageLoaded.R
isPackageLoaded | R Documentation |
Determine if the package is loaded. If the package is not loaded, the program will prompt the user.
isPackageLoaded(name)
name |
A string. The name of the R package which determines whether it is loaded. |
isPackageLoaded
A string, TRUE or FALSE.
Xudong Han, Junwei Han, Chonghui Liu
isPackageLoaded("pheatmap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.