Insert exported results into a SQLite database
insertExportedResultsInSqlite(sqliteFileName, exportFolder, cohorts)
The name of the SQLite file to store the results in. If the file does not exist it will be created.
The folder containing the CSV files to upload, as generated
using the exportToCsv()
function.
A data frame describing the cohorts used in the study. Should
include the target, comparator, and outcome of interest cohorts.
The data frame should at least have a cohortDefinitionId
and
cohortName
columns.
Does not return anything. Called for the side effect of inserting data into the SQLite database.