View source: R/logger_others.R
readLogger_PCE_PA8000 | R Documentation |
Read Logger File from PCE PA8000
readLogger_PCE_PA8000( filename, sep = "\t", dec = ",", timeformat = .defaultTimeFormat("v2"), headerPattern = "Position\tDate\tTime" )
filename |
full path to logger file |
sep |
column separator |
dec |
decimal character |
timeformat |
time format string |
headerPattern |
pattern matching the table header row |
http://www.industrial-needs.com/manual/manual-pce-pa8000.pdf
## Not run: # set path to example file (contained in this package) (file <- extdataFile("PCE/example_PCE_PA8000.txt")) # read the file x <- readLogger_PCE_PA8000(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.