This function fetches (pruned) table data into R dataframes and writes them to a SQLite DB.
1 | exportToSQLite(connectionDetails,cdmDatabaseSchema,vocabDatabaseSchema,SQLiteDbName = "cdm.sqlite")
|
connectionDetails |
An R object of type |
cdmDatabaseSchema |
The name of the database schema that contains the CDM instance. Requires read and write permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'cdm_instance.dbo'. |
vocabDatabaseSchema |
The name of the database schema that contains the Vocabulary instance. Requires read and write permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'vocab_instance.dbo'. |
SQLiteDbName |
The name of the SQLite Database File. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.