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