View source: R/uploadToDatabase.R
addRunPlpToDatabase | R Documentation |
This function adds a runPlp or external validation result into a database
addRunPlpToDatabase(
runPlp,
connectionDetails,
databaseSchemaSettings,
cohortDefinitions,
modelSaveLocation,
databaseList = NULL
)
runPlp |
An object of class |
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() |
modelSaveLocation |
The location of the directory that models will be saved to |
databaseList |
(Optional) If you want to change the database name then used |
This function is used when inserting results into the PatientLevelPrediction database results schema
Returns a data.frame with the database details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.