View source: R/uploadToDatabaseDiagnostics.R
addMultipleDiagnosePlpToDatabase | R Documentation |
This function inserts diagnosePlp results into the result schema
addMultipleDiagnosePlpToDatabase(
connectionDetails,
databaseSchemaSettings,
cohortDefinitions,
databaseList = NULL,
resultLocation
)
connectionDetails |
A connection details created by using the
function |
databaseSchemaSettings |
A object created by |
cohortDefinitions |
(list) A list of cohortDefinitions (each list must contain: name, id) |
databaseList |
(Optional) ... |
resultLocation |
The location of the diagnostic results |
This function can be used to upload diagnosePlp results into a database
Returns NULL but uploads multiple diagnosePlp results 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.