gen_installed_capacity_per_pu: Get Installed Generation Capacity per Production Unit...

View source: R/en_generation.R

gen_installed_capacity_per_puR Documentation

Get Installed Generation Capacity per Production Unit (14.1.B)

Description

The installed generation capacities (MW) at the beginning of the year for all the production units, including the planned ones.

Usage

gen_installed_capacity_per_pu(
  eic = NULL,
  year = lubridate::year(Sys.Date()),
  psr_type = NULL,
  security_token = Sys.getenv("ENTSOE_PAT")
)

Arguments

eic

Energy Identification Code of the control area, bidding zone or country

year

YYYY format Cannot be shown more than 3 years ahead as required by the law.

psr_type

Defaults to NULL, otherwise list of generation type codes from asset_types table

security_token

Security token

Examples

df <- entsoeapi::gen_installed_capacity_per_pu(
  eic      = "10YDE-VE-------2",
  year     = 2020,
  psr_type = "B05"
)
str(df)


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