Nothing
.onLoad <- function(libname, pkgname) {
library.dynam("chopsticks", pkgname, libname)
## methods:::bind_activation(TRUE)
}
## .Last.lib <- function(libname, package) {
## methods:::bind_activation(FALSE)
## }
.onUnload <- function(libpath) {
library.dynam.unload("chopsticks", libpath)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.