Nothing
shinyUI(
fluidPage(
tags$head(
tags$style(
HTML(css)
)
),
class = "flexcol",
br(),
helpText(
"This example illustrates some 'search' options."
),
tags$hr(),
titlePanel("Super tiny icons"),
fluidRow(
column(
width = 6,
jstreeOutput("jstree", height = "auto")
),
column(
width = 6,
tags$div(class = "stretch"),
tags$div(
class = "bottomright",
tags$div(
uiOutput("icon"),
checkboxInput("transparent", "Transparent background")
)
)
)
)
)
)
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.