View source: R/uploadToDatabaseModelDesign.R
insertModelDesignInDatabase | R Documentation |
This function inserts a model design and all the settings into the result schema
insertModelDesignInDatabase(
object,
conn,
databaseSchemaSettings,
cohortDefinitions
)
object |
An object of class modelDesign, runPlp or externalValidatePlp |
conn |
A connection to a database created by using the
function |
databaseSchemaSettings |
A object created by |
cohortDefinitions |
A set of one or more cohorts extracted using ROhdsiWebApi::exportCohortDefinitionSet() |
This function can be used to upload a model design into a database
Returns NULL but uploads the model design 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.