View source: R/en_congestion.R
costs_of_congestion_management | R Documentation |
Costs of TSO for redispatching and counter trading together with costs for any other remedial actions taken to relieve congested lines in transmission grid. 100 documents limit applies!!
costs_of_congestion_management(
eic = NULL,
period_start = lubridate::ymd(Sys.Date() - lubridate::days(x = 31L), tz = "CET"),
period_end = lubridate::ymd(Sys.Date(), tz = "CET"),
event_nature = NULL,
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 |
event_nature |
"A46" for system Operator redispatching "B03" for counter trade "B04" for congestion costs Defaults to NULL which means both of them. |
tidy_output |
Defaults to TRUE. If TRUE, then flatten nested tables. |
security_token |
Security token for ENTSO-E transparency platform |
# Czech's Costs of Congestion Management
df <- entsoeapi::costs_of_congestion_management(
eic = "10YCZ-CEPS-----N",
period_start = lubridate::ymd(x = "2016-01-01", tz = "CET"),
period_end = lubridate::ymd(x = "2017-01-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.