filter_time_period(eventlog, start_point, end_point, filter_method = "contained", reverse = FALSE)
eventlog
.contained, start, complete, intersecting
or trim
.
contained
keeps all the events related to cases contained in the time period.
start
keeps all the events related to cases started in the time period.
complete
keeps all the events related to cases complete in the time period.
intersecting
keeps all the events related to cases in which at least one event started and/or ended in the time period.
trim
keeps all the events which started and ended in the time frame.