Files
shiny/inst/examples/08_widgets/ui.R
2012-07-25 09:36:42 -07:00

16 lines
143 B
R

library(shiny)
shinyUI(pageWithSidebar(
headerPanel(
h1("More Widgets")
),
sidebarPanel(
),
mainPanel(
)
))