View source: R/helper_functions.R
detachIfExisting | R Documentation |
Detach package if it exists.
detachIfExisting(packageNames)
packageNames |
A vector of package names which need to be detached. Silently ignores when the package is not loaded. |
No return value, this function is called for it's side-effect. Detaches
a package if it can find it. Will also try to unload package DLLs that might be loaded using library.dynam.unload
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.