init_sqlite: SQLite Database Connection

View source: R/init_sqlite.R

init_sqliteR Documentation

SQLite Database Connection

Description

Maintains a connection to a local SQLite database

Usage

init_sqlite(database_file = NULL)

Arguments

database_file

the full folder name of the SQLite database file

Value

an object that maintains a connection to the database that you can query with SQL


mattjcamp/dbr documentation built on May 11, 2023, 2:19 a.m.