Learn R Programming

edeaR (version 0.6.0)

filter_activity_presence: Filter: Activity Presence

Description

Filters cases based on the presence (or absence) of activities

Usage

filter_activity_presence(eventlog, activities = NULL, method = c("all",
  "one_of", "none"))

ifilter_activity_presence(eventlog)

Arguments

eventlog

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

activities

A vector of activities to withhold.

method

Filter method. If "all", each of the activities should be present. If "one_of", at least one of them should be present. If "none", none of the activities are allowed to occur in the filtered traces.