Skip to contents

List EIC types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'

Usage

eic_types

Format

An object of class tbl_df (inherits from tbl, data.frame) with 7 rows and 3 columns.

Examples

head(entsoeapi::eic_types)
#> # A tibble: 6 × 3
#>   code  title           description                              
#>   <chr> <chr>           <chr>                                    
#> 1 A     Substation      An EIC code to substations.              
#> 2 T     Tieline         An EIC code to identify tielines.        
#> 3 V     Location        An EIC code to identify locations.       
#> 4 W     Resource Object An EIC code to identify resource objects.
#> 5 X     Party           An EIC code to identify parties.         
#> 6 Y     Area or Domain  An EIC code to identify areas or domains.