efficientPathModal <- function(input, output, session, street) {
shiny::showModal(
shiny::modalDialog(title = "Efficient Path",
footer = shiny::tagList(
shiny::modalButton("Close")
), size = "l", easyClose = FALSE,
shiny::fluidRow(
shiny::column(width = 12,
shiny::textOutput(outputId = "text1")
)
)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.