inst/examples/example_create_eventlog.R

path <- paste0(path.package("fuzzymineR"),.Platform$file.sep,"data",.Platform$file.sep,"artificial_loan_process.csv")
log <- create_eventlog(path,
                        case_id = "case",
                        activity_id = "event",
                        timestamp = "completeTime")

print(log)
PlaypowerLabs/fuzzymineR documentation built on Jan. 1, 2022, 12:13 a.m.