solutionResults | R Documentation |
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.
## Not run:
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("solutionResults")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.