View source: R/logger_NIVUS_PCM4.R
readLogger_NIVUS_PCM4 | R Documentation |
Read Logger File from NIVUS PCM4
readLogger_NIVUS_PCM4(csv, completenessRequiredFor = c("DateTime", "H", "v"))
csv |
full path to CSV file |
completenessRequiredFor |
character string of column names that are required not to be empty |
http://www.nivus.de/ximages/1397007_p4ba02en.pdf
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.