connect_sqlite: Create a connection to a SQLite database

View source: R/sqlite_interface.R

connect_sqliteR Documentation

Create a connection to a SQLite database

Description

Connect to a SQLite database in an specific path (/R Output/SQLite Files/).

Usage

connect_sqlite(sqlite_name, ...)

Arguments

sqlite_name

SQLite database to connect

...

authentication arguments needed by the DBMS instance; these typically include user, password, host, port, dbname, etc. For details see the appropriate DBIDriver


fscorrales/invicodatr documentation built on Nov. 22, 2022, 2:39 a.m.