How to create a new post for the site
General workflow for contributing
library(leaflet)
map <- leaflet::leaflet() %>%
addTiles() %>%
fitBounds(0, 40, 10, 50) %>%
addPopups(-93.65, 42.0285, "Here is the <b>Department of Statistics</b>, ISU")
learn::save_and_use_widget(map, "map.html")