Learn R Programming

duckplyr (version 1.0.1)

flights_df: Flight data

Description

Provides a variant of nycflights13::flights that is compatible with duckplyr, as a tibble: the timezone has been set to UTC to work around a current limitation of duckplyr, see vignette("limits"). Call as_duckdb_tibble() to enable duckplyr operations.

Usage

flights_df()

Arguments

Examples

Run this code
if (FALSE) { # requireNamespace("nycflights13", quietly = TRUE)
flights_df()
}

Run the code above in your browser using DataLab