R/ResultsDataModel.R
createResultsDataModel.Rd
Create the results data model tables on a database server.
createResultsDataModel(
connectionDetails = NULL,
databaseSchema,
tablePrefix = ""
)
DatabaseConnector connectionDetails instance @seealsoDatabaseConnector::createConnectionDetails
The schema on the server where the tables will be created.
(Optional) string to insert before table names for database table names
Only PostgreSQL and SQLite servers are supported.