Fix resource inconsistencies
fix_resource_inconsistencies(
eventlog,
filter_condition,
overwrite_missings,
detected_problems,
details
)# S3 method for activitylog
fix_resource_inconsistencies(
eventlog,
filter_condition = NULL,
overwrite_missings = FALSE,
detected_problems = NULL,
details = TRUE
)
# S3 method for eventlog
fix_resource_inconsistencies(
eventlog,
filter_condition = NULL,
overwrite_missings = FALSE,
detected_problems = NULL,
details = TRUE
)
Event log object
Condition that is used to extract a subset of the activity log prior to the application of the function
If events are missing, overwrite the resource if other events within activity instance are performed by single resource. Default FALSE.
If available, the problems detected that need to be fixed. If not available, the function detect_resource_inconsistenties will be called.
Show details
fix_resource_inconsistencies(activitylog)
: activitylog Fix activitylog
fix_resource_inconsistencies(eventlog)
: eventlog Fix eventlog