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
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()
#> ℹ downloading X_eicCodes.csv file ...
#> ℹ pulling Y_eicCodes.csv file from cache
#> ℹ pulling Z_eicCodes.csv file from cache
#> ℹ downloading T_eicCodes.csv file ...
#> ℹ downloading V_eicCodes.csv file ...
#> ℹ downloading W_eicCodes.csv file ...
#> ℹ downloading A_eicCodes.csv file ...
str(eic_all)
#> tibble [70,146 × 11] (S3: tbl_df/tbl/data.frame)
#> $ EicCode : chr [1:70146] "26X00000001515-Y" "26X00000105734-O" "26X00000105740-W" "10X1001A1001A094" ...
#> $ EicDisplayName : chr [1:70146] "LA_220" "IT-GEO____SPA" "IT-BETA_ENERGYS" "ELIA" ...
#> $ EicLongName : chr [1:70146] "La 220 S.p.A." "GEO" "BETA ENERGY" "Elia Transmission Belgium" ...
#> $ EicParent : chr [1:70146] NA NA NA NA ...
#> $ EicResponsibleParty : chr [1:70146] NA NA NA NA ...
#> $ EicStatus : chr [1:70146] "Active" "Active" "Active" "Active" ...
#> $ MarketParticipantPostalCode : chr [1:70146] NA NA NA "1000" ...
#> $ MarketParticipantIsoCountryCode: chr [1:70146] NA NA NA "BE" ...
#> $ MarketParticipantVatCode : chr [1:70146] "IT02633180985" "IT03961820960" "IT07672150963" "BE0731852231" ...
#> $ EicTypeFunctionList : chr [1:70146] "Trade Responsible Party" "Trade Responsible Party" "Trade Responsible Party" "System Operator" ...
#> $ type : chr [1:70146] "X" "X" "X" "X" ...