2023-09-20 16:16:47 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/create_eventlogs.R
|
|
|
|
\name{create_eventlogs}
|
|
|
|
\alias{create_eventlogs}
|
|
|
|
\title{Creating log events from raw log files.}
|
|
|
|
\usage{
|
2023-09-21 16:47:23 +02:00
|
|
|
create_eventlogs(data, xmlpath)
|
2023-09-20 16:16:47 +02:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{data}{Data frame of raw log files created with \code{parse_logfiles()}.
|
|
|
|
See \code{?parse_logfiles} for more details.}
|
2023-09-21 16:47:23 +02:00
|
|
|
|
|
|
|
\item{xmlpath}{Path to folder where XML definitions of artworks live.}
|
2023-09-20 16:16:47 +02:00
|
|
|
}
|
|
|
|
\value{
|
|
|
|
Data frame.
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Creating event logs from a data frame of raw log files from a
|
|
|
|
Multi-Touch-Table at the IWM.
|
|
|
|
}
|
|
|
|
\examples{
|
|
|
|
# tbd
|
|
|
|
}
|