Create an R list with the characterization config specification

createDefaultCharacterizationConfig(
  resultDatabaseDetails = list(dbms = "sqlite", tablePrefix = "c_", cohortTablePrefix =
    "cg_", databaseTablePrefix = "", schema = "main", databaseTable =
    "DATABASE_META_DATA", incidenceTablePrefix = "i_"),
  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