R/trace_length_log.R

Defines functions trace_length_log

trace_length_log <- function(eventlog) {
	absolute <- NULL
	trace_length_case(eventlog) -> raw

	raw %>%
		pull(absolute) %>%
		summary_statistics -> output

	attr(output, "raw") <- raw
	return(output)

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