substation_eic | R Documentation |
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.
substation_eic()
A tibble of accordingly filtered EIC codes, which contains such columns as
EicCode
, EicDisplayName
, EicLongName
, EicParent
,
EicResponsibleParty
, EicStatus
, MarketParticipantPostalCode
,
MarketParticipantIsoCountryCode
, MarketParticipantVatCode
,
EicTypeFunctionList
and type
.
eic_substation <- entsoeapi::substation_eic()
str(eic_substation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.