f_filter: Alternative to dplyr::filter()
Usage
f_filter(data, ..., .by = NULL)
Value
A filtered data frame.
Arguments
- data
A data frame.
- ...
Expressions used to filter the data frame with.
- .by
(Optional). A selection of columns to group by for this operation.
Columns are specified using tidy-select.