Use this at the study design stage to create data models for modules This functions loads modules and executes any custom code to create the results data model in the specified schema in the results database.
Usage
createResultDataModel(
analysisSpecifications,
resultsDataModelSettings,
resultsConnectionDetails
)
Arguments
- analysisSpecifications
An object of type
AnalysisSpecifications
as created bycreateEmptyAnalysisSpecificiations()
.- resultsDataModelSettings
The results data model settings as created using [@seealso
createResultsDataModelSettings()
]- resultsConnectionDetails
The connection details to the results database which is an object of class
connectionDetails
as created by theDatabaseConnector::createConnectionDetails()
function.