Create an R list with the characterization config specification

createDefaultCohortDiagnosticsConfig(
  resultDatabaseDetails = list(dbms = "sqlite", tablePrefix = "cd_", schema = "main",
    vocabularyDatabaseSchema = "main"),
  useKeyring = T
)

Arguments

resultDatabaseDetails

A list containing the result database schema (schema), the tablePrefix for the results and other optional settings

useKeyring

whether to save the resultDatabaseDetails to a keyring or system environmental variable

Value

An R list with the module config settings

Details

User specifies the settings to create a default config for a characterization module