elastic_demands | R Documentation |
Elastic demands for scheduled activation of standard mFRR product.
elastic_demands(
eic = 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 |
Energy Identification Code of the scheduling area |
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 |
tidy_output |
Defaults to TRUE. flatten nested tables |
security_token |
Security token for ENTSO-E transparency platform |
df <- entsoeapi::elastic_demands(
eic = "10YCZ-CEPS-----N",
period_start = lubridate::ymd(x = "2024-01-01", tz = "CET"),
period_end = lubridate::ymd(x = "2024-11-01", 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.