View source: R/logger_Ori_MLog.R
readLogger_Ori_MLog | R Documentation |
Read Water Level File from Radar Probe
readLogger_Ori_MLog( csv, sep = "\t", dec = ",", timeFormat = c(.defaultTimeFormat("v8"), .defaultTimeFormat("v7")), ... )
csv |
full path to file generated by radar probe |
sep |
column separator. Default: tabulator character |
dec |
decimal character. Default: "," |
timeFormat |
time format string. Default: "%d.%m.%Y %H:%M:%S" |
... |
further arguments passed to |
http://www.origmbh.de/fileadmin/user_upload/produkte/sensoren/DA_MLOG_Vega_Radar_Puls_61_en.pdf
## Not run: file <- extdataFile("Ori/example_Ori_MLog_1.csv") # set separator different from default (tabulator) and do not complain # about missing columns x <- readLogger_Ori_MLog(filepath, sep = ";", stopOnMissingColumns = FALSE) str(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.