Filter event log
filter(.data, ..., .by = NULL, .preserve = FALSE)log: Object of class eventlog or activitylog.
Additional arguments passed to dplyr
<tidy-select> Optionally, a selection of columns to
group by for just this operation, functioning as an alternative to group_by(). For
details and examples, see ?dplyr_by.
Relevant when the .data input is grouped.
If .preserve = FALSE (the default), the grouping structure
is recalculated based on the resulting data, otherwise the grouping is kept as is.