Compare commits

...

2 Commits

Author SHA1 Message Date
Nora Wickelmaier 0e52f4b7ab Small fix 2024-01-16 18:54:29 +01:00
Nora Wickelmaier 10d7a44ff9 Changed how path variable for move events is created 2024-01-16 18:53:08 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ create_eventlogs <- function(data, xmlpath = NULL, case_cutoff = 20,
# Add path for move events ##############################################
cat("\n\n########## Adding path variable for move events... ##########", "\n")
dat3 <- add_path_moves(dat2)
dat3 <- add_path_moves(dat2, cutoff = case_cutoff)
# Add case variable ######################################################
cat("\n########## Adding case variable... ##########", "\n\n")