redispatching_internal: Get Redispatching Internal (13.1.A)

View source: R/en_congestion.R

redispatching_internalR Documentation

Get Redispatching Internal (13.1.A)

Description

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

Usage

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

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

tidy_output

Defaults to TRUE. If TRUE, then flatten nested tables.

security_token

Security token for ENTSO-E transparency platform

Examples

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


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