redispatching_x_border: title Get Redispatching Cross Border (13.1.A)

View source: R/en_congestion.R

redispatching_x_borderR Documentation

title Get Redispatching Cross Border (13.1.A)

Description

Changes in production and load (increase or decrease) to relieve congested internal lines that exceeds its capacity. 100 documents limit applies!!

Usage

redispatching_x_border(
  eic_in = NULL,
  eic_out = 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")
)

Arguments

eic_in

Energy Identification Code of the control area

eic_out

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

Examples

# Germany's cross-border redispatching between TenneT and 50Hertz TSO.
df <- entsoeapi::redispatching_x_border(
  eic_in       = "10YDE-EON------1",
  eic_out      = "10YDE-VE-------2",
  period_start = lubridate::ymd(x = "2024-09-01", tz = "CET"),
  period_end   = lubridate::ymd(x = "2024-10-01", tz = "CET"),
  tidy_output  = TRUE
)

str(df)


krose/entsoeapi documentation built on June 15, 2025, 1:46 p.m.