Create an R list with the SCCS config specification

createDefaultSCCSConfig(
  resultDatabaseDetails = list(tablePrefix = "sccs_", cohortTablePrefix = "cg_",
    databaseTablePrefix = "", schema = "main", databaseTable = "DATABASE_META_DATA"),
  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 sccs module