Nothing
## ---- eval = FALSE------------------------------------------------------------
# library(shiny)
# library(shinyFeedback)
#
#
# server <- function(input, output, session) {
#
# count <- reactiveVal(0)
#
# observeEvent(input$counter_button, {
# count(count() + 1)
# })
#
# callModule(
# valueBoxModule,
# "betterBox",
# value = count
# )
# }
#
# ui <- fluidPage(
# fluidRow(
# column(
# 12,
# actionButton(
# "counter_button",
# "+1"
# )
# )
# ),
# br(),
# fluidRow(
# valueBoxModuleUI(
# "betterBox",
# "Counter",
# icon = icon("rocket")
# )
# )
# )
#
#
# shinyApp(ui, server)
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.