This is an S3 method for dplyr::filter
that ensures
planktonr_dat
attributes are preserved when filtering rows.
# S3 method for class 'planktonr_dat'
filter(.data, ...)
A planktonr_dat
object.
<data-masking
> Logical predicates to filter by.
A planktonr_dat
object with filtered rows,
preserving original attributes.