mapscapeOutput {mapscape} | R Documentation |
Widget output function for use in Shiny
Widget render function for use in Shiny
mapscapeOutput(outputId, width = "100%", height = "400px") renderMapscape(expr, env = parent.frame(), quoted = FALSE)
outputId |
– id of output |
width |
– width of output |
height |
– height of output |
expr |
– expression for Shiny |
env |
– environment for Shiny |
quoted |
– default is FALSE |
mapscapeOutput(1, '100%', '300px') mapscapeOutput(1, '80%', '300px') mapscapeOutput("hi") mapscapeOutput("hello")