Metadata for example flights
flights_metadata.Rd
Metadata for example flights
Format
A data frame with 34 rows and 4 columns:
- flight_id
Character column with a unique identifier for each flight
- date
Character column with the date when the flight took place in DD/MM/YYYY format
- time_start
Character column with the time when the flight started in HH:MM format
- time_end
Character column with the time when the flight ended in HH:MM format
Examples
tibble::as_tibble(flights_metadata)
#> # A tibble: 10 × 4
#> flight_id date time_start time_end
#> <chr> <chr> <chr> <chr>
#> 1 VAL2_01 8/24/2023 8:35 8:39
#> 2 VAL2_06 8/24/2023 10:38 10:42
#> 3 VAL2_07 8/24/2023 10:57 11:01
#> 4 VAL2_08 8/24/2023 11:20 11:24
#> 5 VAL2_11 8/24/2023 12:21 12:25
#> 6 VAL2_12 8/25/2023 10:27 10:31
#> 7 VAL2_13 8/25/2023 10:49 10:53
#> 8 VAL2_25 8/26/2023 15:26 15:30
#> 9 VAL2_27 8/26/2023 16:16 16:20
#> 10 VAL2_30 8/26/2023 17:31 17:35