Description Usage Arguments Details Value Examples
Connects to a SQLite database or creates one if it does not already exist
1 | database(dbname)
|
dbname |
character name path to database file |
If the '.sqlite' file extension is ommited from the dbname argument it is automatically added.
SQLiteConnection object
1 2 3 4 | ## Not run:
db <- database("mydb")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.