sql_init: Creates a global connection to a database

Description Usage Arguments Examples

View source: R/sql_init.R

Description

Creates a global connection to a database

Usage

1
sql_init(file = -1)

Arguments

file

- the name of the file to connect to

Examples

1
2
sql_init()
sql_init("my_first_database.sqlite")

jeffchang5/SQLiter documentation built on May 19, 2019, 1:48 a.m.