Nothing
##
slam_options <-
local({
options <- list(max_dense = 2^24)
function(option, value) {
if (missing(option)) return(options)
if (missing(value))
options[[option]]
else
options[[option]] <<- value
}
})
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.