Stashes filter predicates on the tidybreed_table object (for
mutate_table() to use in the SQL WHERE clause) AND applies them eagerly
to the underlying lazy dplyr tbl (so collect() continues to work
correctly for read-only queries).
Usage
# S3 method for class 'tidybreed_table'
filter(.data, ..., .preserve = FALSE)Arguments
- .data
A
tidybreed_tableobject returned byget_table().- ...
Unquoted predicate expressions.
- .preserve
Not used; present for S3 signature compatibility.
