SQL

dbplyr::copy_nycflights13(con)
## Creating table: airlines
## Creating table: airports
## Creating table: flights
## Creating table: planes
## Creating table: weather
flights <- tbl(con, "flights")
planes <- tbl(con, "planes")