filter_.CrunchDataset {crplyr} | R Documentation |
Filter a Crunch dataset (deprecated)
Description
This function is deprecated, use filter()
instead.
Applies a CrunchLogicalExpression
filter to a
CrunchDataset
. It's a "tidy" way of doing ds[ds$var == val,]
.
Usage
## S3 method for class 'CrunchDataset'
filter_(.data, ..., .dots)
Arguments
.data |
A |
... |
filter expressions |
.dots |
More dots! |
Value
.data
with the filter expressions applied.
[Package crplyr version 0.4.0 Index]