Skip to contents

List timeframe types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'

Usage

timeframe_types

Format

An object of class tbl_df (inherits from tbl, data.frame) with 46 rows and 3 columns.

Examples

head(entsoeapi::timeframe_types)
#> # A tibble: 6 × 3
#>   code  title     description                                                             
#>   <chr> <chr>     <chr>                                                                   
#> 1 A01   Real time The information provided concerns real time timeframe.                  
#> 2 A02   Intraday  The information provided concerns an intra day timeframe.               
#> 3 A03   Hour-1    The information provided concerns 1 hour ahead for given delivery hour. 
#> 4 A04   Hour-2    The information provided concerns 2 hours ahead for given delivery hour.
#> 5 A05   Hour-3    The information provided concerns 3 hours ahead for given delivery hour.
#> 6 A06   Hour-4    The information provided concerns 4 hours ahead for given delivery hour.