Skip to contents

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

Usage

status_types

Format

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

Examples

head(entsoeapi::status_types)
#> # A tibble: 6 × 3
#>   code  title        description                                    
#>   <chr> <chr>        <chr>                                          
#> 1 A01   Intermediate The document is in a non finalized state.      
#> 2 A02   Final        The document is in a definitive state.         
#> 3 A03   Deactivated  The object being reported has been deactivated.
#> 4 A04   Reactivated  The object being reported has been reactivated.
#> 5 A05   Active       The object being reported is currently active. 
#> 6 A06   Available    The volumes (one or more) are available.