This is the map that im trying to display with different background of map, but it's not displaying complete map. Says
Code -
leaflet()%>% addProviderTiles(providers$Esri.NatGeoWorldMap) %>% addMarkers(lng=77.7141, lat=12.9675)
Output - it doesn't zoom completely, it displays map not available.