Create maps with R leaflet – swirl course

A project I really enjoy working on is a swirl course about creating maps with R Leaflet.

Link to the course on github (with installation instructions)

swirl
swirlstats provides you with an R package that helps people to learn R and certain topics of it. They also provide a list of courses that can easily be installed and executed from within RStudio. With an additional package swirlify more advanced users can create their on courses and e.g. publish them on github.
Leaflet
is actually a javascript library for creating beautiful maps. The cool thing is that there is also an R wrapper available for it which implements almost all of the functionality!