View source: R/en_generation.R
gen_installed_capacity_per_pu | R Documentation |
The installed generation capacities (MW) at the beginning of the year for all the production units, including the planned ones.
gen_installed_capacity_per_pu(
eic = NULL,
year = lubridate::year(Sys.Date()),
psr_type = NULL,
security_token = Sys.getenv("ENTSOE_PAT")
)
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 |
df <- entsoeapi::gen_installed_capacity_per_pu(
eic = "10YDE-VE-------2",
year = 2020,
psr_type = "B05"
)
str(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.