costs_of_congestion_management: Get Costs of Congestion Management (13.1.C)

View source: R/en_congestion.R

costs_of_congestion_managementR Documentation

Get Costs of Congestion Management (13.1.C)

Description

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!!

Usage

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")
)

Arguments

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

Examples

# 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)


krose/entsoeapi documentation built on Jan. 13, 2025, 9:01 p.m.