Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /var/www/html/wp-includes/functions.php on line 6131

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!