View source: R/ResultsDataModel.R
createResultsDataModel | R Documentation |
Create the results data model tables on a database server.
createResultsDataModel(
connectionDetails = NULL,
databaseSchema,
tablePrefix = ""
)
connectionDetails |
DatabaseConnector connectionDetails instance @seealsoDatabaseConnector::createConnectionDetails |
databaseSchema |
The schema on the server where the tables will be created. |
tablePrefix |
(Optional) string to insert before table names for database table names |
Only PostgreSQL and SQLite servers are supported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.