Files
shiny/inst/examples/11_timer/ui.R
2013-03-25 11:26:16 -07:00

3 lines
53 B
R

shinyUI(bootstrapPage(
textOutput("currentTime")
))