inst/UPLOADLLQC/ui.R

library(shiny)

# Define UI for application that draws a histogram
shinyUI(fluidPage(

  # Application title
  titlePanel("PipeFish::Upload Instrument QC Light Leak Data"),
    mainPanel(
      p("Select directory containing xlsx files from light leak utility test"),
      checkboxInput("CB", "open and save XLSX files first", value = TRUE, width = NULL),
      actionButton('send', "Upload Data", icon = icon("cog", lib = "glyphicon"), width = NULL)
    )
  )
)
JARS3N/PipeFish documentation built on May 7, 2019, 6:47 a.m.