Create an R list with the estimation config specification

createDefaultEstimationConfig(
  resultDatabaseDetails = list(dbms = "sqlite", tablePrefix = "cm_", 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 an estimation module