all_approved_eic: Get all Approved Energy Identification Codes

View source: R/en_helpers.R

all_approved_eicR Documentation

Get all Approved Energy Identification Codes

Description

This function downloads all approved energy identification codes from this site: https://www.entsoe.eu/data/energy-identification-codes-eic/eic-approved-codes Further details are under: https://www.entsoe.eu/data/energy-identification-codes-eic/#eic-documentation

Usage

all_approved_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_all <- entsoeapi::all_approved_eic()

str(eic_all)


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