inst/app/tabs.R

###############################################
# 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"))
mbannert/tsviewr documentation built on May 5, 2019, 12:30 p.m.