read.easyLog: Import and process data from a single EasyLog file

Description Usage Arguments Details Value Author(s) Examples

Description

Import and process data from a single EasyLog file

Usage

1
2
read.easyLog(filename, imagedir = ".", noimage = TRUE, truncate = NA,
  leadtime = 0)

Arguments

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).

Details

To extract data from an EasyLog file and perform summary calculations

Value

Dataframe of test results

Author(s)

Jamie Rylance, jamie.rylance@lstmed.ac.uk

Examples

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)

jipp3r/easyLogReader documentation built on May 28, 2019, 4:01 p.m.