unloadPackage | R Documentation |
unloads a package without quitting the R session. Useful for developing packages interactively
unloadPackage(package.name)
package.name |
name (string) of the package to be reloaded |
result of library(package.name)
library(GenomicRanges)
unloadPackage("GenomicRanges")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.