# Module globals
# NONE
# User interface
introductionUI <- function(id)
{
ns <- NS(id)
tagList(
div(style = "margin-top: 15px"),
box(
width = 12,
title = "Introduction",
solidHeader = FALSE,
collapsible = TRUE,
status = "primary")
)
}
# Server logic
introduction <- function(input, output, session)
{
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.