filter_attributes: Generic filter function for eventlog

View source: R/filter_attributes.R

filter_attributesR Documentation

Generic filter function for eventlog

Description

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


bupaR documentation built on April 3, 2023, 5:23 p.m.