.createDB | R Documentation |
Create a SQLite database in the root directory if it does not exist and return the connection.
.createDB(dbName, path = getCache("rootDir"))
dbName |
Name of the database file without extension. |
path |
Directory of the database file. Defaults to the root directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.