balancing_accepted_aggr_offers: Get Accepted Aggregated Offers (17.1.D)

View source: R/en_balancing.R

balancing_accepted_aggr_offersR Documentation

Get Accepted Aggregated Offers (17.1.D)

Description

Energy volumes available for activation.

Usage

balancing_accepted_aggr_offers(
  eic = NULL,
  period_start = lubridate::ymd(Sys.Date() - lubridate::days(x = 7L), tz = "CET"),
  period_end = lubridate::ymd(Sys.Date(), tz = "CET"),
  reserve_type = NULL,
  tidy_output = TRUE,
  security_token = Sys.getenv("ENTSOE_PAT")
)

Arguments

eic

Energy Identification Code of the control area domain

period_start

POSIXct or YYYY-MM-DD HH:MM:SS format One year range limit applies

period_end

POSIXct or YYYY-MM-DD HH:MM:SS format One year range limit applies

reserve_type

Defaults to NULL, otherwise choose among the list of reserve type codes (A95, A96, A97, A98) from business_types table

tidy_output

Defaults to TRUE. flatten nested tables

security_token

Security token for ENTSO-E transparency platform

Examples

df <- entsoeapi::balancing_accepted_aggr_offers(
  eic          = "10YHU-MAVIR----U",
  period_start = lubridate::ymd(x = "2020-02-01", tz = "CET"),
  period_end   = lubridate::ymd(x = "2020-03-01", tz = "CET"),
  tidy_output  = TRUE,
  reserve_type = "A96"
)
str(df)


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