View source: R/logger_others.R
| readLogger_FLUKE_1730 | R Documentation |
Read Logger File from FLUKE_1730
readLogger_FLUKE_1730(filepath, sep = ";", dec = ".")
filepath |
full path to logger file |
sep |
column separator |
dec |
decimal character |
http://assets.fluke.com/manuals/1730____umeng0000.pdf
## Not run:
# set path to example file (contained in this package)
file <- extdataFile("FLUKE/example_FLUKE_1730_1.txt")
# read the file
x <- readLogger_FLUKE_1730(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.