# User interface
nameUI <- function(id)
{
ns <- NS(id)
tagList(
)
}
# Server logic
name <- function(input, output, session, appStatus, parentState)
{
return(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.