Titel

Vi kører her en test:

library(leaflet)
library(magrittr)

m <- leaflet() %>%
  addTiles() %>% # Add default OpenStreetMap map tiles
addMarkers(lng=174.768, lat=-36.852, popup="The birthplace of R")
m  # Print the map