Advanced Data Filtering in R using dplyr

5 advanced examples using the filter() function from dplyr
Published

March 3, 2022

In this video I show you advanced uses of the filter() function from the dplyr R package.

We will see different ways of keeping or removing specific rows of a dataset using 5 simple examples. Then we will explore more advanced filtering methods, such as filtering data using logical conditions on multiple columns, how to remove missing values or how to use specific words or strings to filter rows of character variables.