Nothing
shinyUI(
fluidPage(
br(),
fluidRow(
column(
width = 4,
div(
style = "background-color: lemonchiffon;",
checkboxInput("leavesOnly", "Leaves only", TRUE)
),
jstreeOutput("jstree")
),
column(
width = 4,
tags$fieldset(
tags$legend("Selections - JSON format"),
verbatimTextOutput("treeSelected_json")
)
),
column(
width = 4,
tags$fieldset(
tags$legend("Selections - R list"),
verbatimTextOutput("treeSelected_R")
)
)
)
)
)
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.