I got some question about the package "leaflet" which I'm using with Rstudio.
My problem is, that the basemap isn't shown. But at the bottom of the viewer is written "OpenStreeMap" and the options to zoom in and out are also shown.
Somebody knows about this problem?
library(leaflet)
m <- leaflet()
m <- addTiles(m)
m <- addMarkers(m, lng=174.768, lat=-36.852, popup="The birthplace of R")
m
The easy example is shown here: https://rstudio.github.io/leaflet/