Insert exported results into a SQLite database
Arguments
- sqliteFileName
The name of the SQLite file to store the results in. If the file does not exist it will be created.
- exportFolder
The folder containing the CSV files to upload, as generated using the
exportToCsv()
function.- cohorts
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
andcohortName
columns.