Overview

This web page is the assignment for week 2 of the Developing Data Products course. It was created using R Markdown and below is a map created with the leaflet package.

The map below will show the capitals of all countries in Europe, with the latitude and longitude taken from the following site. Then, we remove the capitals with less than 100,000 inhabitants, using data from Wikipedia.

Finally, they are plotted with the circles’ radius being a function of the population for any given capital city.

Code

To view the complete code and all other relevant files for this project, head to my github page.