Nothing
shinyUI(
fluidPage(
tags$head(
tags$style(HTML(css))
),
br(),
fluidRow(
column(
width = 4,
tags$h1("Icons from images"),
tags$hr(),
jstreeOutput("mytree")
),
column(
width = 8,
tags$h3("The images are in the www folder."),
br(),
uiOutput("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.