mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-04 03:35:06 -05:00
10 lines
92 B
R
10 lines
92 B
R
library(shiny)
|
|
|
|
shinyUI(fluidPage(
|
|
|
|
titlePanel("Hello Shiny!"),
|
|
|
|
htmlOutput("gage")
|
|
|
|
))
|