design-example | R Documentation |
xxxx
mod_designExample_ui(id)
mod_designExample_server(id, n)
id |
xxx |
n |
xxx |
NA
library(shiny)
################################################################
ui <- tagList(
mod_designExample_ui("designEx")
)
server <- function(input, output, session) {
mod_designExample_server("designEx", 3)
}
shinyApp(ui = ui, server = server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.