readLogger_STS_DL70: Read Logger File from STS DL70

View source: R/logger_others.R

readLogger_STS_DL70R Documentation

Read Logger File from STS DL70

Description

Read Logger File from STS DL70

Usage

readLogger_STS_DL70(
  filepath,
  sep = "\t",
  dec = ".",
  dateformat = .defaultTimeFormat("v5"),
  timeformat = .defaultTimeFormat("v1")
)

Arguments

filepath

full path to logger file

sep

column separator

dec

decimal character

dateformat

date format string

timeformat

time format string

Value

data frame with attribute "metadata"

References

http://www.stssensoren.de/app/download/5648435717/Manual_DL70-PC-Software_de_DDB013B.pdf?t=1372317244

Examples

## Not run: 
# set path to example file (contained in this package)
file <- extdataFile("STS/example_STS_DLN70_H.txt")

# read the file
x <- readLogger_STS_DL70(file)
  
# examine the structure of the result
str(x)  

## End(Not run)


KWB-R/kwb.logger documentation built on June 18, 2022, 1:49 a.m.