Read Logger File from NIVUS PCM4
Usage
readLogger_NIVUS_PCM4(csv, completenessRequiredFor = c("DateTime", "H", "v"))
Arguments
- csv
full path to CSV file
- completenessRequiredFor
character string of column names that are required not to be empty
Examples
if (FALSE) {
# set path to example file (contained in this package)
file <- extdataFile("NIVUS/example_NIVUS_PCM4.TXT")
# read the file
x <- readLogger_NIVUS_PCM4(file)
# examine the list structure of the result
str(x)
}