createMergedResultsFile | R Documentation |
This function combines diagnostics results from one or more databases into a single file. The result is an sqlite database that can be used as input for the Diagnostics Explorer Shiny app.
It also checks whether the results conform to the results data model specifications.
createMergedResultsFile(
dataFolder,
sqliteDbPath = "MergedCohortDiagnosticsData.sqlite",
overwrite = FALSE,
tablePrefix = ""
)
dataFolder |
folder where the exported zip files for the diagnostics are stored. Use
the |
sqliteDbPath |
Output path where sqlite database is placed |
overwrite |
(Optional) overwrite existing sqlite lite db if it exists. |
tablePrefix |
(Optional) string to insert before table names (e.g. "cd_") for database table names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.