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)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.