pat_filter: General purpose data filtering for PurpleAir Timeseries objects
Description
A generalized data filter for pat objects to
choose rows/cases where conditions are true. Multiple conditions are
combined with & or separated by a comma. Only rows where the condition
evaluates to TRUE are kept.Rows where the condition evaluates to NA
are dropped.
Usage
pat_filter(pat, ...)
Arguments
pat
PurpleAir Timeseries pat object.
...
Logical predicates defined in terms of the variables in the
pat$data.