Constructs a modal for displaying solution results.

solutionResultsModal(id, trigger)

Arguments

id

character identifier for the modal.

trigger

character identifier for the modal trigger. See shinyBS::bsModal for further details.

Value

A shiny.tag object with the modal

Examples

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