database-class | R Documentation |
An S4 class to wrap a SQLite database connection
If the database file exists it is opened; otherwise, a new database file is created. An exception is when the database file is either ":memory:" or "". In the former case, a new database is created in computer memory; in the latter, a new database is created in a system specific temporary folder.
name
The name of the database file.
file
The absolute file path of the database file.
registered
A function to test if the connection is registered.
handle
An external pointer to the sqlite3 database connection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.