Skip to contents

read_wasserportal_raw_gw

Usage

read_wasserportal_raw_gw(
  station = 149,
  stype = "gwl",
  type = "single_all",
  from_date = "",
  include_raw_time = FALSE,
  handle = NULL
)

Arguments

station

station id

stype

"gwl" or "gwq"

type

"single" or "single_all" (if stype = "gwq")

from_date

(default: "")

include_raw_time

default: FALSE

handle

default: NULL

Value

data.frame with values (currently only if stype == "gwl")

Examples

if (FALSE) {
read_wasserportal_raw_gw(station = 149, stype = "gwl")
read_wasserportal_raw_gw(station = 149, stype = "gwq")
}