Code now also works for 8o8m; adjusted handling of glossar folder, added folder variable, etc.
This commit is contained in:
@@ -4,12 +4,15 @@
|
||||
\alias{create_eventlogs}
|
||||
\title{Creating log events from raw log files.}
|
||||
\usage{
|
||||
create_eventlogs(data, xmlpath)
|
||||
create_eventlogs(data, xmlfiles, xmlpath)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{Data frame of raw log files created with \code{parse_logfiles()}.
|
||||
See \code{?parse_logfiles} for more details.}
|
||||
|
||||
\item{xmlfiles}{Vector of names of index files, often something like
|
||||
\verb{<artwork>.xml}.}
|
||||
|
||||
\item{xmlpath}{Path to folder where XML definitions of artworks live.}
|
||||
}
|
||||
\value{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
\alias{parse_logfiles}
|
||||
\title{Creating data frame from raw log files.}
|
||||
\usage{
|
||||
parse_logfiles(folders, path, file = "rawdata_logfiles.csv", save = TRUE)
|
||||
parse_logfiles(folders, path, file = "rawdata_logfiles.csv", save = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{folders}{A character vector of folder names that contain the raw
|
||||
|
||||
Reference in New Issue
Block a user