R/end_activities_log.R

Defines functions end_activities_log

end_activities_log <- function(eventlog) {
	absolute <- NULL
	relative <- NULL
	eventlog %>%
		end_activities_activity %>%
		summarize(absolute = n(),
				  relative = n()/n_activities(eventlog))
}

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.