createSqliteDatabase | R Documentation |
This function creates a connection to an sqlite database
createSqliteDatabase(sqliteLocation = tempdir())
sqliteLocation |
The location of the sqlite database |
This function creates a sqlite database and connection
Returns the connection detail object to the sqlite database
Other Database:
createCharacterizationTables()
,
insertResultsToDatabase()
charResultDbCD <- createSqliteDatabase()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.