Description Usage Arguments Details Value See Also Examples
View source: R/utils-general.R
Checks if package is loaded.
1 | isPackageLoaded(pkg)
|
pkg |
Package to be checked. |
Checks if package name is in the search path.
Logical.
search
1 2 3 | isPackageLoaded("oligoClasses")
isPackageLoaded("ff")
isPackageLoaded("snow")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.