View source: R/filter_attributes.R
filter_attributes | R Documentation |
Generic filter function for eventlog
This function is deprecated as of bupaR version 0.5.0. Please use filter instead.
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, ...)
eventlog |
Eventlog object |
... |
Filter conditions |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.