inst/skeleton/ui.R

require(ShinyHelper)

shinyUI(

  pageWithSidebar( # START pageWithSidebar

    headerPanel("Application Title"),

    sidebarPanel( # START sidebarPanel
    ), # END sidebarPanel

    mainPanel( # START mainPanel
    ) # END mainPanel

  ) # END pageWithSidebar

)
jayemerson/ShinyHelper documentation built on May 18, 2019, 5:57 p.m.