rws_connect | R Documentation |
Opens a SQLiteConnection to a SQLite database with foreign key constraints enabled.
rws_connect(dbname = ":memory:", exists = NA)
dbname |
The path to the database file. SQLite keeps each database instance in one single file. The name of the database is the file name, thus database names should be legal file names in the running platform. There are two exceptions:
|
exists |
A flag specifying whether the table(s) must already exist. |
A SQLiteConnection to a SQLite database with foreign key constraints enabled.
rws_disconnect()
conn <- rws_connect() print(conn) rws_disconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.