substation_eic: Get Substation A Energy Identification Codes

View source: R/en_helpers.R

substation_eicR Documentation

Get Substation A Energy Identification Codes

Description

This function downloads all approved substation A energy identification codes from this site: https://www.entsoe.eu/data/energy-identification-codes-eic/eic-approved-codes Substation is a facility equipment that steps up or steps down the voltage in utility power lines. Voltage is stepped up where power is sent through long distance transmission lines, and stepped down where the power is to enter the local distribution lines. They can be classified as normal outside substation, armoured substation and underground substation.

Usage

substation_eic()

Value

A tibble of accordingly filtered EIC codes, which contains such columns as EicCode, EicDisplayName, EicLongName, EicParent, EicResponsibleParty, EicStatus, MarketParticipantPostalCode, MarketParticipantIsoCountryCode, MarketParticipantVatCode, EicTypeFunctionList and type.

Examples

eic_substation <- entsoeapi::substation_eic()

str(eic_substation)


krose/entsoeapi documentation built on June 15, 2025, 1:46 p.m.