Create an R list with the Meta, or EvidenceSynthesis, config specification

createDefaultMetaConfig(
  resultDatabaseDetails = list(tablePrefix = "es_", cmTablePrefix = "cm_",
    sccsTablePrefix = "sccs_", cgTablePrefix = "cg_", schema = "main", databaseMetaData =
    "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 a Meta, or EvidenceSynthesis, module