Learn R Programming

bupaR (version 0.5.5)

filter: Filter event log

Description

Filter event log

Usage

filter(.data, ..., .by = NULL, .preserve = FALSE)

Arguments

.data

log: Object of class eventlog or activitylog.

...

Additional arguments passed to dplyr

.by

[Experimental]

<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.

.preserve

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.