View source: R/en_generation.R
gen_installed_capacity_per_pt | R Documentation |
The sum of installed net generation capacity (MW) for all existing production units equal to or exceeding 1 MW installed generation capacity, per production type.
gen_installed_capacity_per_pt(
eic = NULL,
psr_type = NULL,
year = lubridate::year(Sys.Date()),
security_token = Sys.getenv("ENTSOE_PAT")
)
eic |
Energy Identification Code of the control area, bidding zone or country |
psr_type |
Defaults to NULL, otherwise list of generation type codes from asset_types table |
year |
YYYY format |
security_token |
Security token |
df <- entsoeapi::gen_installed_capacity_per_pt(
eic = "10YFR-RTE------C",
psr_type = "B05",
year = 2020
)
str(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.