Constructs a modal for importing data.

importModal(id)

Arguments

id

character identifier.

Value

A shiny.tag object.

Examples

if (FALSE) {
# run Shiny app to demo the sidebar pane
if (interactive()) {
  runExample("importModal")
}
}