gen_installed_capacity_per_pt: Get Installed Generation Capacity per Production Type...

View source: R/en_generation.R

gen_installed_capacity_per_ptR Documentation

Get Installed Generation Capacity per Production Type (14.1.A)

Description

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.

Usage

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

Arguments

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

Examples

df <- entsoeapi::gen_installed_capacity_per_pt(
  eic      = "10YFR-RTE------C",
  psr_type = "B05",
  year     = 2020
)
str(df)


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