Nothing
library(jsTreeR)
library(shiny)
css <- "
i.jstree-themeicon-custom {
background-size: contain !important;
}
"
nodes <- list(
list(
text = "Dupin cyclide",
icon = "/cyclide.png",
data = list(
png = "cyclide.png"
)
),
list(
text = "Hopf torus",
icon = "/hopftorus.png",
data = list(
png = "hopftorus.png"
)
)
)
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.