Learn R Programming

tsibble (version 0.2.0)

filter.tbl_ts: Return rows with matching conditions

Description

Return rows with matching conditions

Usage

# S3 method for tbl_ts
filter(.data, ...)

Arguments

.data

A tbl_ts.

...

Logical predicates defined in terms of the variables.

See Also

dplyr::filter