readHZB: read a file provided by HZB

View source: R/readHZB.r

readHZBR Documentation

read a file provided by HZB

Description

read a file provided by HZB (e.g. from ehyd)

Usage

readHZB(
  file,
  name = TRUE,
  keyword = "Messstelle",
  format = "%d.%m.%Y %H:%M",
  tz = "UTC",
  ...
)

Arguments

file

file to read

name

logical. Should the return value contain a name given by the keyword in the file?

keyword

character. Keyword used for naming the xts object.

format

format for the formatting date and time (see as.POSIXct)

tz

timezone

...

agruments passed on to read.xts

Value

an xts object

Author(s)

Simon Frey

See Also

read.table

readLines

read.xts

Examples

 ### not run ###
 readHZB(x, TRUE)
   

freysimon/TigeR documentation built on April 18, 2024, 4:57 p.m.