Skip to contents

Generic filter function for eventlog

[Deprecated]

This function is deprecated as of bupaR version 0.5.0. Please use filter instead.

Usage

filter_attributes(eventlog, ...)

# S3 method for eventlog
filter_attributes(eventlog, ...)

# S3 method for grouped_eventlog
filter_attributes(eventlog, ...)

# S3 method for activitylog
filter_attributes(eventlog, ...)

# S3 method for grouped_activitylog
filter_attributes(eventlog, ...)

Arguments

eventlog

Eventlog object

...

Filter conditions

Methods (by class)

  • filter_attributes(eventlog): Filter eventlog using attributes

  • filter_attributes(grouped_eventlog): Filter grouped eventlog using attributes

  • filter_attributes(activitylog): Filter eventlog using attributes

  • filter_attributes(grouped_activitylog): Filter grouped eventlog using attributes