Create a Mapbox GL output element for Shiny
mapboxglOutput(outputId, width = "100%", height = "400px")
outputId
: The output variable to read fromwidth
: The width of the elementheight
: The height of the elementA Mapbox GL output element for use in a Shiny UI