View source: R/en_congestion.R
redispatching_internal | R Documentation |
Changes in production and load (increase or decrease) to relieve internal congestion lines that exceeds its capacity. 100 documents limit applies!!
redispatching_internal(
eic = NULL,
period_start = lubridate::ymd(Sys.Date() - lubridate::days(x = 1L), 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 |
period_start |
POSIXct or YYYY-MM-DD HH:MM:SS format |
period_end |
POSIXct or YYYY-MM-DD HH:MM:SS format |
tidy_output |
Defaults to TRUE. If TRUE, then flatten nested tables. |
security_token |
Security token for ENTSO-E transparency platform |
# Netherlands' internal redispatching.
df <- entsoeapi::redispatching_internal(
eic = "10YNL----------L",
period_start = lubridate::ymd(x = "2023-11-01", tz = "CET"),
period_end = lubridate::ymd(x = "2023-12-01", 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.