mtt/man/parse_logfiles.Rd

32 lines
944 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/parse_logfiles.R
\name{parse_logfiles}
\alias{parse_logfiles}
\title{Creating data frame from raw log files.}
\usage{
parse_logfiles(folders, path, file = "rawdata_logfiles.csv", save = FALSE)
}
\arguments{
\item{folders}{A character vector of folder names that contain the raw
log files from the Multi-Touch-Table at the IWM.}
\item{path}{A path to the folder that contains the folders specified in
first argument. Needs to end in a "/"!}
\item{file}{Name of the file where parsed log files should be saved.
Default is "rawdata_logfiles.csv".}
\item{save}{Logical. If data frame should be returned by the function or
saved. Default is TRUE.}
}
\value{
A data frame or NULL.
}
\description{
Creates a data frame or CSV file from raw log files from a
Multi-Touch-Table at the IWM.
}
\examples{
# parse_logfiles("all", path = "../data/haum/haum_logs_2016-2023/")
}