Constructs a sidebar pane for displaying solution results.

solutionResultsSidebarPane(id, solutionResultsId = NULL)

Arguments

id

character identifier for the sidebar pane.

solutionResultsId

character identifier for the solutionResults() widget to create within the sidebar pane. This widget is used to display results for solutions. Defaults to NULL such that the default argument is paste0(id, "_results").

Value

A shiny.tag object with the sidebar pane.

Details

This is designed to be used as an argument to leaflet.extras2::sidebar_tabs when specifying the user interface for a Shiny web application.

Examples

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