Learn R Programming

fastplyr (version 0.9.9)

f_filter: Alternative to dplyr::filter()

Description

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.