mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-09 22:25:59 -05:00
8 lines
64 B
R
8 lines
64 B
R
library(shiny)
|
|
|
|
shinyServer(function(input, output) {
|
|
|
|
|
|
|
|
})
|