filter_.CrunchDataset: 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 CrunchDataset
filter_(.data, ..., .dots)
Value
.data with the filter expressions applied.