List curve types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
curve_types.RdList curve types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::curve_types)
#> Rows: 5
#> Columns: 3
#> $ code <chr> "A01", "A02", "A03", "A04", "A05"
#> $ title <chr> "Sequential fixed size block", "Point", "Variable sized Block", "Overlapping breakpoint", "Non-ove…
#> $ description <chr> "The curve is made of successive Intervals of time (Blocks) of constant duration (size), where the…