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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.