R/reprint_bc_ui.R

Defines functions reprint_bc_ui

reprint_bc_ui<-function(){
library(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.