EasyR - Using tidyverse to easily clean your dataset in R (part 1): filter, select and arrange.
Here we will learn how to use the tidyverse package in R to clean up or "wrangle" a dataset. We use the filter function to subset out particular values, the select function to only include or to subset particular columns, and the arrange function to sort data in ascending or descending order..
Links to video sections and data files are in the description below.
Data files used in this video:
heights_long.csv: https://www.mediafire.com/file_premium/94qo5y6bhqvzo8l/heights_long.csv/file
mindfulness.csv: https://www.mediafire.com/file_premium/dbsx5b6v066hj7v/mindfulness.csv/file
Sections:
00:00 Intro
01:12 Loading required packages and datasets
06:28 Using the filter() function
12:25 Using the arrange() function
15:15 Using the select() function