| readLogger_SIGMA_SD900 | R Documentation |
Read Logger File from SIGMA_SD900
readLogger_SIGMA_SD900(
filepath,
successOnly = FALSE,
sep = ",",
dateformat = .defaultTimeFormat("v6")
)
filepath |
full path to input file |
successOnly |
if TRUE, only file entries with "SUCCESS" in column "-RESULT-" are returned. Default: FALSE |
sep |
column separator. Default: "," |
dateformat |
format of timestamp. Default: "%H:%M %m/%d/%Y" |
http://www.hach.com/asset-get.download.jsa?id=7639983273
## Not run:
# set path to example file (contained in this package)
file <- extdataFile("SIGMA/example_SIGMA_SD900.csv")
# read the file
(samples <- readLogger_SIGMA_SD900(file))
# read only lines representing successful samples
(samplesOk <- readLogger_SIGMA_SD900(file, successOnly = TRUE))
# show metadata (given in attribute "metadata")
kwb.utils::getAttribute(samplesOk, "metadata")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.