Use filter() to choose rows/cases where conditions are TRUE.
Usage
filter(.data, ...)
Arguments
.data
A data.frame.
...
Logical predicated defined in terms of the variables in .data. Multiple conditions are combined with
&. Arguments within ... are automatically quoted and evaluated within the context of the data.frame.