tie_line_eic | R Documentation |
This function downloads approved tie line T energy identification codes from this site: https://www.entsoe.eu/data/energy-identification-codes-eic/eic-approved-codes It covers a transmission line that connects different areas excluding HVDC interconnectors.
tie_line_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_tie_line <- entsoeapi::tie_line_eic()
str(eic_tie_line)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.