For some reason, I can view the leaflet map in the RStudio viewer, but not in a browser, even a very basic map.
```{r, echo=FALSE, warning=FALSE}
library(leaflet)
m <- leaflet() %>% addTiles()
m
```
All other images appear no problem when viewing the HTML file in the browser, but the map won't. Anybody run into this problem before?