| connect_sqlite | R Documentation |
Wrapper function to return a
SQLiteConnection object for local development.
connect_sqlite(auto_disconnect = TRUE)
auto_disconnect |
Should the connection be automatically closed when the
|
Returns an S4 object that inherits from DBIConnection. This object is
used to communicate with the database engine. Under the hood,
dbConnect() returns an object of class SQLiteConnection. See
dbConnect() for more details.
connect_sqlite()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.