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