List flow commodity types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
flow_commodity_option_types.RdList flow commodity types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::flow_commodity_option_types)
#> Rows: 4
#> Columns: 3
#> $ code <chr> "E17", "E18", "E19", "E20"
#> $ title <chr> "Consumption", "Production", "Combined", "Exchange"
#> $ description <chr> "The coded identification of the type of entity, e.g. consumption metering point.", "The coded ide…