Rdocumentation
powered by
Learn R Programming
mapview (version 1.1.0)
mapviewOutput: Create a mapview UI element for use with shiny
Description
Create a mapview UI element for use with shiny
Usage
mapviewOutput(outputId, width = "100%", height = 400)
Arguments
outputId
Output variable to read from
width, height
the width and height of the map (see
shinyWidgetOutput
)