data("donnees_monoloc")
data("depm")
# Ronds proportionnels
map <- leaflet_ronds(data = donnees_monoloc, fondMaille = depm, idData = "COD_DEP",
varVolume = "POP_2015")
map <- add_source(map = map, source = "Source : INSEE - RP2016")
# \donttest{
map
# }
Run the code above in your browser using DataLab