R/trace_length_case.R

Defines functions trace_length_case

trace_length_case <- function(log) {

	log %>%
		group_by_case %>%
		summarize(absolute = n_distinct(!!activity_instance_id_(log)))
}

Try the edeaR package in your browser

Any scripts or data that you put into this service are public.

edeaR documentation built on April 27, 2023, 9:07 a.m.