shinyUI(
fluidPage(
tabsetPanel(
# iris --------------------------------------------------------------
tabPanel(
"Iris",
# Add edit Iris
addEditUI("iris"),
# Datatable
dtModuleUI("iris")
),
# flowers ----------------------------------------------------------------
tabPanel(
"Flowers",
# Add edit flowers
addEditUI("flowers"),
# Datatable
dtModuleUI("flowers")
)
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.