| filter_attributes {bupaR} | R Documentation | 
Generic filter function for eventlog
Description
Generic filter function for eventlog
This function is deprecated as of bupaR version 0.5.0. Please use filter instead.
Usage
filter_attributes(eventlog, ...)
## S3 method for class 'eventlog'
filter_attributes(eventlog, ...)
## S3 method for class 'grouped_eventlog'
filter_attributes(eventlog, ...)
## S3 method for class 'activitylog'
filter_attributes(eventlog, ...)
## S3 method for class '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
[Package bupaR version 0.5.4 Index]