List area types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
area_types.RdList area types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::area_types)
#> Rows: 2
#> Columns: 3
#> $ code <chr> "A01", "A02"
#> $ title <chr> "Bidding Zone", "Metering Grid Area"
#> $ description <chr> "A Bidding Zone (BZ) is the largest geographical area within which market participants are able to…