createResultsDataModel {CohortGenerator} | R Documentation |
Create the results data model tables on a database server.
Description
Create the results data model tables on a database server.
Usage
createResultsDataModel(
connectionDetails = NULL,
databaseSchema,
tablePrefix = ""
)
Arguments
connectionDetails |
DatabaseConnector connectionDetails instance @seealso[DatabaseConnector::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 |
Details
Only PostgreSQL and SQLite servers are supported.
[Package CohortGenerator version 0.11.2 Index]