balancing_border_cap_limit | R Documentation |
This data item publish limitations on borders requested by participating or affected TSOs.
balancing_border_cap_limit(
eic_in = NULL,
eic_out = NULL,
eic_interconnector = NULL,
process_type = NULL,
period_start = lubridate::ymd(Sys.Date() - lubridate::days(x = 7L), tz = "CET"),
period_end = lubridate::ymd(Sys.Date(), tz = "CET"),
tidy_output = TRUE,
security_token = Sys.getenv("ENTSOE_PAT")
)
eic_in |
Energy Identification Code of an in LFC Area (LFA) or in Scheduling area (SCA) |
eic_out |
Energy Identification Code of out an out LFC Area (LFA) or out Scheduling area (SCA) |
eic_interconnector |
Energy Identification Code of a Transmission Asset, optional filter |
process_type |
type of frequency restoration reserve A47 mFRR A51 aFRR A63 Imbalance Netting |
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. flatten nested tables |
security_token |
Security token for ENTSO-E transparency platform |
df <- entsoeapi::balancing_border_cap_limit(
eic_in = "10YDE-RWENET---I",
eic_out = "10YBE----------2",
process_type = "A51",
period_start = lubridate::ymd(x = "2022-06-22", tz = "CET"),
period_end = lubridate::ymd(x = "2022-06-23", 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.