#' Tender Evaluation Scenario Analysis
#'
#' @return A Shiny Application
#' @export
#'
#' @examples tessaApp()
tessaApp <- function(){
ui <- tessaUI(id = "tessa")
server <- function(input, output, session) {
callModule(
module = tessa,
id = "tessa"
)
}
shinyApp(ui, server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.