Description Usage Arguments Details Value Author(s) Examples
Import and process data from multiple EasyLog files
1 2 | read.easyLogBatch(filedir, outputdir = "output", imagedir = "output/images",
noimage = TRUE, leadtime = 0, truncate = NA)
|
filedir |
Character vector. Directory containing EasyLog CSV files to process. |
outputdir |
Optional. Character vector. Directory into which data will be output (default=current working directory). |
imagedir |
Optional. Character vector. Only used if noimage=FALSE. Directory into which image files will be output (default=current working directory). |
noimage |
Logical. If TRUE, no images are produced (default=TRUE). |
leadtime |
Optional. Double. Hours into recording before which data is ignired (default=no lead-time). |
truncate |
Optional. Double. Hours into recording after which data is ignored (default=no truncation). NB: recording is truncated after any leadtime is employed. |
To extract data from multiple EasyLog files and perform summary calculations
Dataframe of test results
Jamie Rylance, jamie.rylance@lstmed.ac.uk
1 2 3 | read.easyLogBatch("example/data", "example/output", "example/output/images", noimage=FALSE)
read.easyLogBatch("example/data", "example/output", noimage=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.