Learn R Programming

edeaR (version 0.6.0)

filter_activity: Filter: Activity

Description

Filters the log based on activities

Usage

filter_activity(eventlog, activities = NULL, reverse = F)

ifilter_activity(eventlog)

Arguments

eventlog

The event log to be used. An object of class eventlog.

activities

A vector of activities to withhold

reverse

A logical parameter depicting whether the selection should be reversed.