library(leaflet) capital<- leaflet() %>% addTiles() %>% addMarkers(lat = 28.6139, lng= 77.2090) capital
.