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 Aug. 8, 2025, 6:26 p.m.