nycflights13_sqlite: Create an in-memory SQLite database for testing

Description Usage Arguments Value Examples

View source: R/nycflights13_sql.R

Description

Create an in-memory SQLite database for testing

Usage

1
nycflights13_sqlite(location = ":memory:", ...)

Arguments

location

where to store the database

...

additional parameters to connect to a database (most are passed on to nycflights13_sql)

Value

RSQLiteConnection

Examples

1
2
3
4
## Not run: 
con <- nycflights13_sqlite()

## End(Not run)

pachamaltese/dbtest documentation built on Dec. 3, 2019, 11:08 p.m.