From the course: Creating Maps with R
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Challenge: Visualizing continent populations
From the course: Creating Maps with R
Challenge: Visualizing continent populations
(upbeat music) - [Instructor] For this challenge, I want you to demonstrate your knowledge of both the sf and Tidyverse packages to join together an sf object with another tibble. I'd like you to then filter Antarctica out of a dataset and calculate the total population per continent using group_by(). And finally, I'd like you to use mapview to visualize the dataset using the new continent population column that you created with the summarized function. To help you complete this challenge, I've provided you a partial script in 03_04b project.