View source: R/max_case_length.R
max_case_length | R Documentation |
Calculate the maximum length of a case / number of activities in the longest trace in an event log
max_case_length(processed_df)
processed_df |
A processed dataset of class |
An integer
number of the maximum case length (longest trace) in an event log.
library(processpredictR) library(eventdataR) df <- prepare_examples(patients) max_case_length(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.