## Modules which names start with a dot
.dotModule1_ui <- function(id) {
ns <- NS(id)
tagList(
)
}
.dotModule1_server <- function(input, output, session) {
}
.dotModule2_ui <- function(id) {
ns <- NS(id)
tagList(
)
}
.dotModule2_server <- function(input, output, session) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.