Fixed bug in create_eventlogs

This commit is contained in:
Nora Wickelmaier 2023-12-22 15:39:48 +01:00
parent 17edadf597
commit a61d56b9cb
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ create_eventlogs <- function(data, xmlpath = NULL, case_cutoff = 20,
dat4$timeMs.stop[which(dat4$fIdDiff > 0)]
dat4$fIdNum.start <- NULL
dat4$fIdNum.start <- NULL
dat4$fIdNum.stop <- NULL
dat4$fIdDiff <- NULL
# Remove fragmented traces ###############################################