From a61d56b9cb84e2d59d2497371073f160ef6c69c7 Mon Sep 17 00:00:00 2001 From: nwickel Date: Fri, 22 Dec 2023 15:39:48 +0100 Subject: [PATCH] Fixed bug in create_eventlogs --- R/create_eventlogs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/create_eventlogs.R b/R/create_eventlogs.R index 170a2c5..5444728 100644 --- a/R/create_eventlogs.R +++ b/R/create_eventlogs.R @@ -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 ###############################################