Description Usage Arguments Value Examples
Creates dynamic chloropleth maps of danish municipalities
1 2 3  | 
value | 
 is the name of the column in the data where the values are stored  | 
id | 
 is the name of the column in the data where the ids are stored  | 
subplot | 
 is a string of ids you want to keep - excludes all others  | 
data | 
 is the data frame that contains the data to map  | 
map | 
 is a TRUE / FALSE of wether a real map should be plotted underneath  | 
legend | 
 is a TRUE / FALSE of wether the legend should be plotted  | 
pal | 
 is the color palette for the chloropleth  | 
logcol | 
 is a TRUE / FALSE of wether the chloropleth colors should be drawn against the log value  | 
legendtitle | 
 provides an alternative title for the legend  | 
An interactive Leaflet map
1 2 3 4 5  | library(leafletDK)
folk1 <- readr::read_csv2("http://api.statbank.dk/v1/data/folk1a/CSV?OMR%C3%85DE=*")
municipalityDK("INDHOLD", "OMRÅDE", subplot = c("frederiksberg","hvidovre"), data = folk1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.