###############################################
# Tab for selecting which series to plot
###############################################
tabInputSeries <- tabPanel("Data", list(
numericInput("nDummies", NULL, 5, 1, 10),
actionButton("makeDummies", "Gimme dem shweet shweet dummies")
))
###############################################
# Tab for selecting which series to plot
###############################################
tabSelectSeries <- tabPanel("Select", DT::dataTableOutput("tsSelection"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.