Constructs a modal for displaying solution results.
Arguments
- id
- characteridentifier for the modal.
- trigger
- characteridentifier for the modal trigger. See shinyBS::bsModal for further details.
Examples
# \dontrun{
# run Shiny app to demo the sidebar pane
if (interactive()) {
  runExample("solutionResultsModal")
}
# }