nycflights13: Database versions of the nycflights13 data

Description Usage Arguments

Description

These functions cache the data from the nycflights13 database in a local database, for use in examples and vignettes. Indexes are created to making joining tables on natural keys efficient.

Usage

1
2
3
4
5
6
7
nycflights13_sqlite(path = NULL)

nycflights13_postgres(dbname = "nycflights13", ...)

has_nycflights13(type = c("sqlite", "postgresql"), ...)

copy_nycflights13(src, ...)

Arguments

path

location of sqlite database file

dbname, ...

Arguments passed on to src_postgres


sctyner/dplyr050 documentation built on May 17, 2019, 2:22 p.m.