We are going to analyze how much time young adults spend doing various activities on average throughout the week.
In the tutorial below, I will show exactly how to gathered the required data.
This tutorial will walk you through how to:
1) Find the required data online
2) Filter the data to find what we are looking for
3) Scrape data from the web and import it into R
4) Clean the data so we only have the data required for our analysis
In the end, we will analyze our findings and answer our initial question.
The completed code can be found under "Project Files" -> "MiniProject_DataCollection_Ahsen_Javed.R"
Thank you for following this tutorial, I hope it was found useful!