Nothing
library(jsTreeR)
library(shiny)
library(jsonlite)
nodes <- fromJSON(
system.file(
"www", "SuperTinyIcons", "SuperTinyIcons.json", package = "jsTreeR"
),
simplifyDataFrame = FALSE
)
css <- HTML("
.flexcol {
display: flex;
flex-direction: column;
width: 100%;
margin: 0;
}
.stretch {
flex-grow: 1;
height: 1px;
}
.bottomright {
position: fixed;
bottom: 0;
right: 15px;
min-width: calc(50% - 15px);
}
#jstree {
background-color: #fff5ee;
}
img {
background-color: #555;
padding: 50px;
}
")
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.