Fixed bug in add_case

This commit is contained in:
2023-11-06 09:11:05 +01:00
parent f98eb36484
commit 17edadf597
3 changed files with 14 additions and 8 deletions
+4 -1
View File
@@ -9,7 +9,8 @@ create_eventlogs(
xmlpath = NULL,
case_cutoff = 20,
rm_nochange_moves = TRUE,
glossar = FALSE
glossar = FALSE,
save = FALSE
)
}
\arguments{
@@ -28,6 +29,8 @@ removed. Default is TRUE.}
\item{glossar}{Logical indicating if glossar folder is present and if it
should be taken into account when preprocessing raw log files. Default
is FALSE.}
\item{save}{Temporary argument to save intermediate data frames for debugging.}
}
\value{
Data frame.