end_activities: Metric: End activities

Description Usage Arguments Details Methods (by class) References

View source: R/end_activities.R

Description

Analyse the end activities in the process.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
end_activities(eventlog, level, append, ...)

## S3 method for class 'eventlog'
end_activities(eventlog, level = c("log", "case",
  "activity", "resource", "resource-activity"), append = FALSE,
  append_column = NULL, sort = TRUE, ...)

## S3 method for class 'grouped_eventlog'
end_activities(eventlog, level = c("log",
  "case", "activity", "resource", "resource-activity"), append = FALSE,
  append_column = NULL, sort = TRUE, ...)

Arguments

eventlog

The dataset to be used. Should be a (grouped) eventlog object. eventlog.

level

Level of granularity for the analysis: log, case, activity, resource or resource-activity. For more information, see vignette("metrics", "edeaR")

append

Logical, indicating whether to append results to original event log. Ignored when level is log or trace.

...

Deprecated arguments

append_column

Which of the output columns to append to log, if append = T. Default column depends on chosen level.

sort

Sort output on count. Defaults to TRUE. Only for levels with frequency count output.

Details

Methods (by class)

References

Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.


gertjanssenswillen/edeaR documentation built on July 22, 2019, 7:08 p.m.