Constructs a widget for displaying solution results. This widget is designed to be used in conjunction with an existing Leaflet Map within a Shiny web application.

solutionResults(x = list(), width = NULL, height = NULL, elementId = NULL)

Arguments

x

list containing Solution objects. Defaults to an empty list object.

width

character width of the displayed widget. Defaults to NULL such that the widget is automatically sized.

height

character width of the displayed widget. Defaults to NULL such that the widget is automatically sized.

elementId

character HTML identifier for the widget. Defaults to NULL.

Server value

The widget does not send any server values.

Examples

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