Explore_UI <- function(id, label="Explore") {
ns <- NS(id)
tagList(
)
}
Explore_Server <- function(id) {
moduleServer(id,
function(input, output, session) {
output$Intro <- renderText({
"Explore operating models here"
})
}
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.