f_filter: Alternative to 'dplyr::filter()'

View source: R/f_filter.R

f_filterR Documentation

Alternative to dplyr::filter()

Description

Alternative to dplyr::filter()

Usage

f_filter(.data, ..., .by = NULL)

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.

Value

A filtered data frame.


fastplyr documentation built on Nov. 21, 2025, 5:07 p.m.