Nothing
fluidPage(
useShinyFeedback(),
fluidRow(
column(
4,
h2("shinyWidgets::airDatepickerInput"),
shinyWidgets::airDatepickerInput(
inputId = "myAirDatePickerInput",
label = "Danger if not today"
)
),
column(
4,
h2("shinyWidgets::pickerInput"),
shinyWidgets::pickerInput(
inputId = "myPickerInput",
label = "Danger if A",
choices = c("A", "B"),
selected = "A"
)
)
)
)
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.