Nothing
.onAttach <- function(...){
options("cheapr.cores" = getOption("cheapr.cores", 1),
"cheapr.digits" = getOption("cheapr.digits", 2))
}
.onUnload <- function(libname, pkgname){
options(cheapr.cores = NULL,
cheapr.digits = NULL)
}
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.