View source: R/ResultsDataModel.R
getDataMigrator | R Documentation |
Returns ResultModelManager DataMigrationsManager instance.
getDataMigrator(connectionDetails, databaseSchema, tablePrefix = "")
connectionDetails |
DatabaseConnector connection details object |
databaseSchema |
String schema where database schema lives |
tablePrefix |
(Optional) Use if a table prefix is used before table names (e.g. "cd_") |
Instance of ResultModelManager::DataMigrationManager that has interface for converting existing data models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.