inst/shiny/ui.R

pageWithSidebar(
  headerPanel("HypeRIMU"),
  sidebarPanel(
    fileInput(inputId = "file",
              label = "Choose File"),
    actionButton(inputId = 'start_TCP',
                 label = 'Start TCP'),
    br(),
    uiOutput(outputId = "SensorNames_ui")
  ),
  mainPanel(
    plotOutput('plot')
  )
)
JohannesFriedrich/HypeRIMU documentation built on May 14, 2019, 2:39 p.m.