read_wasserportal_raw: Read Wasserportal Raw

View source: R/read_wasserportal_raw.R

read_wasserportal_rawR Documentation

Read Wasserportal Raw

Description

Read Wasserportal Raw

Usage

read_wasserportal_raw(
  variable,
  station,
  from_date,
  type = "single",
  include_raw_time = FALSE,
  handle = NULL,
  stations_crosstable,
  api_version = 2L
)

Arguments

variable

variable

station

station id

from_date

start date

type

one of "single", "daily", "monthly" (default: "single")

include_raw_time

TRUE or FALSE (default: FALSE)

handle

handle (default: NULL)

stations_crosstable

data frame as returned by get_stations(type = "crosstable")

api_version

1 integer number representing the version of wasserportal's API. 1L: before 2023, 2L: since 2023. Default: 2L

Value

????


KWB-R/wasserportal documentation built on June 6, 2024, 10:26 a.m.