sq_connect_dbfile: SQLite Connect Database File

Description Usage Arguments Value Examples

View source: R/sqlite_utils.R

Description

creates an SQLite database file if needed and returns its connection

Usage

1

Arguments

path

full path to file. It will be created if it doesn't exist

Value

a DBI connection object

Examples

1
2
3
4
5
6
## Not run: 
connection <- dfstools::sq_connect_dbfile(
"~/DFS/nba/dfs_database.sqlite"
)

## End(Not run)

znmeb/dfstools documentation built on March 3, 2020, 5:50 p.m.