# ------------------------------------------------------------------------
#
# Title : App - Server
# By : {{author}}
# Date : {{date}}
#
# ------------------------------------------------------------------------
library(shiny)
library(shinydashboard)
function(input, output, session) {
# callModule(
# module = module_one,
# id = "id_module_one"
# )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.