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