Compare commits

..

No commits in common. "0e52f4b7abfd36c708135abc13c9be026a58d819" and "8233b151d9a83aa481ffbbd4cb059ce8b8fac987" have entirely different histories.

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, cutoff = case_cutoff)
dat3 <- add_path_moves(dat2)
# Add case variable ######################################################
cat("\n########## Adding case variable... ##########", "\n\n")