executeDbDiagnostics.RdexecuteDbDiagnostics
executeDbDiagnostics(
connectionDetails,
resultsDatabaseSchema,
resultsTableName,
outputFolder = getwd(),
dataDiagnosticsSettingsList
)A connectionDetails object for connecting to the database containing the DbProfile results
The fully qualified database name of the results schema where the DbProfile results are housed. Default is "dp_temp".
The name of the table in the results schema with the DbProfile results. Default is "dp_achilles_results_augmented."
Results will be written to this directory, default = getwd()
A list of settings objects, each created from DataDiagnostics::createDataDiagnosticsSettings() function and each representing one analysis.