List EIC types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
eic_types.RdList EIC types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::eic_types)
#> Rows: 7
#> Columns: 3
#> $ code <chr> "A", "T", "V", "W", "X", "Y", "Z"
#> $ title <chr> "Substation", "Tieline", "Location", "Resource Object", "Party", "Area or Domain", "Measurement po…
#> $ description <chr> "An EIC code to substations.", "An EIC code to identify tielines.", "An EIC code to identify locat…