library(leaflet) m <- leaflet() %>% addTiles() %>% addMarkers(lng=-.088288, lat=51.525841, popup="Where they make great coffee") m