Nothing
.onLoad <- function(libname, pkgname) {
# Force NULL device for all non-interactive sessions and when env var is set.
# Do NOT wait for user preference because rgl may already be loading.
if (!interactive() || identical(Sys.getenv("RGL_USE_NULL"), "TRUE")) {
options(rgl.useNULL = TRUE, rgl.printRglwidget = FALSE)
}
}
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.