readLogger_NIVUS_PCM4: Read Logger File from NIVUS PCM4

View source: R/logger_NIVUS_PCM4.R

readLogger_NIVUS_PCM4R Documentation

Read Logger File from NIVUS PCM4

Description

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

References

http://www.nivus.de/ximages/1397007_p4ba02en.pdf

Examples

## Not run: 
# 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)  

## End(Not run)


KWB-R/kwb.logger documentation built on June 18, 2022, 1:49 a.m.