inst/shiny_app/ui.R

shinyUI(

  pageWithSidebar(

    headerPanel(""),

    # SideBar
    sidebarPanel(
      uiOutput("selection"),
      uiOutput("parameters"),
      uiOutput("end")
    ),

    # MainPanel
    mainPanel(
      h5(textOutput("caption"), align = "center"),

      uiOutput("G_and_T")
    )
  )
)

Try the genBaRcode package in your browser

Any scripts or data that you put into this service are public.

genBaRcode documentation built on March 31, 2023, 11:02 p.m.