R/efficientPathModal.R

Defines functions efficientPathModal

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")
        )
      )
    )
  )
}
adamjohndbenitez/navify documentation built on April 20, 2020, 9:51 p.m.