Business Process Analytics in R
Gert Janssenswillen
Creator of bupaR
filter_throughput_time(log, interval = c(5,10))
filter_throughput_time(log, interval = c(5,10))
filter_throughput_time(log, percentage = 0.5)
Negate the filter
filter_throughput_time(log, interval = c(5,10), units = "days", reverse =TRUE)
filter_throughput_time(log, percentage = 0.5, reverse = TRUE)
Use half-open intervals
filter_throughput_time(log, interval = c(5,NA), units = "days")
Select cases that
Business Process Analytics in R