List settlement method types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
settlement_method_types.RdList settlement method types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::settlement_method_types)
#> Rows: 2
#> Columns: 3
#> $ code <chr> "E01", "E02"
#> $ title <chr> "Profiled", "Non-profiled"
#> $ description <chr> "The settlement method regards profiled metered accounting points.", "The settlement method regard…