R/reprint_barcodes_ui.R

Defines functions reprint_barcodes_ui

reprint_barcodes_ui<-function(){
    require(shiny)
    shinyUI(fluidPage(
      titlePanel("Reprint Barcodes to XL for Labels"),
      selectInput("Lot", "Select Lot",c('N/A'),selected=FALSE, multiple = FALSE)
    )
    )

}
JARS3N/shinyStar documentation built on Dec. 22, 2024, 4:54 a.m.