addSolidPolygons <- function (leaflet_map, color, opacity, fillOpacity = opacity, stroke = FALSE, ...) {
addPolygons(leaflet_map, fillColor = color, color = color, stroke = stroke, fillOpacity = fillOpacity, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.