View source: R/read_wasserportal_raw.R
read_wasserportal_raw | R Documentation |
Read Wasserportal Raw
read_wasserportal_raw(
variable,
station,
from_date,
type = "single",
include_raw_time = FALSE,
handle = NULL,
stations_crosstable,
api_version = 2L
)
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
|
api_version |
1 integer number representing the version of wasserportal's API. 1L: before 2023, 2L: since 2023. Default: 2L |
????
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.