example/easyLogReader_Example.R

library(easyLogReader)

# Set up logging of info / warning / errrors

# Processes each file in the 'data' folder
x <- read.easyLogBatch("data", "output", "output/images", noimage=FALSE)

# Processes each file in the 'data' folder, using only the first 24 hours of each trace
#y <- read.easyLogBatch("data", "output", "output/images", noimage=TRUE, leadtime = 24, truncate = 24)

# Writes out results to CSV
write.csv(x, "output/AnalysedResults.csv", row.names = TRUE)
jipp3r/easyLogReader documentation built on May 28, 2019, 4:01 p.m.