View source: R/uploadToDatabaseDiagnostics.R
addDiagnosePlpToDatabase | R Documentation |
This function inserts a diagnostic result into the result schema
addDiagnosePlpToDatabase(
diagnosePlp,
connectionDetails,
databaseSchemaSettings,
cohortDefinitions,
databaseList = NULL,
overWriteIfExists = T
)
diagnosePlp |
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() |
databaseList |
(Optional) If you wish to overwrite the settings in the plp object use |
overWriteIfExists |
(default: T) Whether to delete existing results and overwrite them |
This function can be used to upload a diagnostic result into a database
Returns NULL but uploads the diagnostic into the database schema specified in databaseSchemaSettings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.