Shiny bindings for GeoLibre
Usage
geolibreOutput(outputId, width = "100%", height = "700px")
renderGeolibre(expr, env = parent.frame(), quoted = FALSE)Examples
if (requireNamespace("shiny", quietly = TRUE)) {
output <- geolibreOutput("map", height = "500px")
stopifnot(inherits(output, "shiny.tag.list"))
}