Description Usage Arguments Value
Set up a Database
1 | db_connect(name, path = ".sqlite_data", engine = RSQLite::SQLite())
|
name |
The name of a data set |
path |
The path where to store file database, if applicable. |
engine |
A DBI-compatible database engine. |
con A DBIConnection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.