mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
16 lines
143 B
R
16 lines
143 B
R
library(shiny)
|
|
|
|
shinyUI(pageWithSidebar(
|
|
|
|
headerPanel(
|
|
h1("More Widgets")
|
|
),
|
|
|
|
sidebarPanel(
|
|
|
|
),
|
|
|
|
mainPanel(
|
|
|
|
)
|
|
)) |