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)
x |
|
---|---|
width |
|
height |
|
elementId |
|
The widget does not send any server values.
# \dontrun{
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("solutionResults")
}
# }