View source: R/uploadToDatabase.R
insertResultsToSqlite | R Documentation |
This function create an sqlite database with the PLP result schema and inserts all results
insertResultsToSqlite(
resultLocation,
cohortDefinitions,
databaseList = NULL,
sqliteLocation = file.path(resultLocation, "sqlite")
)
resultLocation |
(string) location of directory where the main package results were saved |
cohortDefinitions |
A set of one or more cohorts extracted using ROhdsiWebApi::exportCohortDefinitionSet() |
databaseList |
A list created by |
sqliteLocation |
(string) location of directory where the sqlite database will be saved |
This function can be used upload PatientLevelPrediction results into an sqlite database
Returns the location of the sqlite database file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.