Nothing
# --- Navigation ---
# TabName: Tabs
# TabIcon: file
# --- Next/Prev buttons
# ShowButtons: TRUE
# ButtonsAlignment: center
# --- Info ---
# InfoTitle: tir
# InfoMessage: mes
fluidPage(
fluidRow(
actionButton(ns("newTab"), "Add", icon = icon("plus")),
actionButton(ns("removeTab"), "Remove", icon = icon("minus")),
actionButton(ns("saveTabs"), "Save", icon = icon("floppy-disk")),
actionButton(ns("runTabs"), "Run", icon = icon("play"))
),
tags$br(),
tabsetPanel(id=ns("EditTabs"), type="pills"),
verbatimTextOutput(outputId = ns("result"))
)
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.