f_filter {fastplyr}R 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.


[Package fastplyr version 0.9.0 Index]