inst/shiny-snExplorer/export_modal.R

modal_export_data <- function() {
  showModal(
    modalDialog(
      box(
        tags$p("something will go here"),
        width = 12,
        tags$style("<center>"),
        selectInput(
          inputId = "export_data",
          label = tags$h4("Data export format:"),
          choices = list(
            "",
            "edgelist",
            "matrix"
          ),
          width = "100%"
        )
      )
    )
  )
}
cjcallag/snExplorer documentation built on Dec. 31, 2022, 12:32 p.m.