Fixed bug in add_case
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user