View source: R/en_generation.R
gen_storage_mean_filling_rate | R Documentation |
Aggregated weekly average filling rate of all water reservoir and hydro storage plants (MWh) per area, including the same week value of the previous year.
gen_storage_mean_filling_rate(
eic = NULL,
period_start = lubridate::ymd(Sys.Date() - lubridate::days(x = 7L), tz = "CET"),
period_end = lubridate::ymd(Sys.Date(), tz = "CET"),
tidy_output = TRUE,
security_token = Sys.getenv("ENTSOE_PAT")
)
eic |
Energy Identification Code of the control area, bidding zone or country |
period_start |
POSIXct or YYYY-MM-DD HH:MM:SS format Maximum 380 days range limit applies |
period_end |
POSIXct or YYYY-MM-DD HH:MM:SS format Maximum 380 days range limit applies |
tidy_output |
Defaults to TRUE. If TRUE, then flatten nested tables. |
security_token |
Security token for ENTSO-E transparency platform |
df <- entsoeapi::gen_storage_mean_filling_rate(
eic = "10YFR-RTE------C",
period_start = lubridate::ymd(x = "2020-02-01", tz = "CET"),
period_end = lubridate::ymd(x = "2021-02-15", tz = "CET"),
tidy_output = TRUE)
str(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.