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 June 24, 2024, 5:15 p.m.