filter: Filter

filterR Documentation

Filter

Description

Filter

Filter inzdf

Usage

## S3 method for class 'inzdf_db'
filter(.data, ..., table = NULL, .preserve = FALSE)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

...

<data-masking> Expressions that return a logical value, and are defined in terms of the variables in .data. If multiple expressions are included, they are combined with the & operator. Only rows for which all conditions evaluate to TRUE are kept.

table

name of the table to use, defaults to first in list

.preserve

ignored


iNZightVIT/iNZightTools documentation built on April 8, 2024, 10:25 a.m.