View source: R/logger_VEGABAR.R
| readLogger_VEGA_BAR54 | R Documentation |
Read Logger File from VEGA BAR54
readLogger_VEGA_BAR54(
filename,
date_yyyymmdd = "",
sep = "\t",
dec = ",",
timeformat = .defaultTimeFormat("v2"),
headerPattern = "Uhrzeit\tDruck"
)
filename |
full path to inoput file |
date_yyyymmdd |
day of measurements as text in format "yyyymmdd", e.g. "20140423" for April 23 of 2014 |
sep |
column separator |
dec |
decimal character |
timeformat |
time format string |
headerPattern |
pattern matching the table header row |
http://www.vega.com/downloads/PI/EN/37528-EN.PDF
readLogger_VEGA_BAR54_raw
## Not run:
# set path to example file (contained in this package)
(file <- extdataFile("VEGA/example_VEGA_BAR54.txt"))
# read the file
x <- readLogger_VEGA_BAR54(file)
# examine the 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.