View source: R/uploadToDatabase.R
addMultipleRunPlpToDatabase | R Documentation |
This function formats and uploads results that have been generated via an ATLAS prediction package into a database
addMultipleRunPlpToDatabase(
connectionDetails,
databaseSchemaSettings = createDatabaseSchemaSettings(resultSchema = "main"),
cohortDefinitions,
databaseList = NULL,
resultLocation = NULL,
resultLocationVector,
modelSaveLocation
)
connectionDetails |
A connection details created by using the
function |
databaseSchemaSettings |
A object created by |
cohortDefinitions |
A set of one or more cohorts extracted using ROhdsiWebApi::exportCohortDefinitionSet() |
databaseList |
(Optional) A list created by |
resultLocation |
(string) location of directory where the main package results were saved |
resultLocationVector |
(only used when resultLocation is missing) a vector of locations with development or validation results |
modelSaveLocation |
The location of the file system for saving the models in a subdirectory |
This function can be used upload PatientLevelPrediction results into a database
Returns NULL but uploads all the results in resultLocation to the PatientLevelPrediction result tables in resultSchema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.