Small bug fixes

This commit is contained in:
2023-10-29 10:30:00 +01:00
parent 3786ae4b42
commit 83e47c56ee
3 changed files with 13 additions and 3 deletions
+11 -1
View File
@@ -4,7 +4,13 @@
\alias{create_eventlogs}
\title{Creating log events from raw log files.}
\usage{
create_eventlogs(data, xmlpath, case_cutoff = 20, rm_nochange_moves = TRUE)
create_eventlogs(
data,
xmlpath = NULL,
case_cutoff = 20,
rm_nochange_moves = TRUE,
glossar = FALSE
)
}
\arguments{
\item{data}{Data frame of raw log files created with \code{parse_logfiles()}.
@@ -18,6 +24,10 @@ different cases should be.}
\item{rm_nochange_moves}{Logical. Should move events that record no
change, meaning distance and rotationDegree are 0 and scaleSize is 1, be
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.}
}
\value{
Data frame.