List unit symbol types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
unit_symbol_types.RdList unit symbol types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::unit_symbol_types)
#> Rows: 11
#> Columns: 3
#> $ code <chr> "AMP", "C62", "DD", "GKH", "HTZ", "KVT", "MAR", "MAW", "MVA", "OHM", "P1"
#> $ title <chr> "Ampere", "One", "degree (unit of angle)", "grams per kilowatt hour", "Hertz", "kV", "MVAr", "MW",…
#> $ description <chr> "The unit of electrical current in the International system of Units (SI) equivalent to one Coulom…