library(leaflet)
my_map <- leaflet() %>% addTiles() my_map <- my_map %>% addMarkers(lat=28.7041, lng= 77.1025, popup="Delhi") my_map