This function uploads results in csv format into a result database
Usage
insertResultsToDatabase(
connectionDetails,
schema,
resultsFolder,
tablePrefix = "",
csvTablePrefix = "c_"
)
Arguments
- connectionDetails
The connection details to the result database
- schema
The schema for the result database
- resultsFolder
The folder containing the csv results
- tablePrefix
A prefix to append to the result tables for the characterization results
- csvTablePrefix
The prefix added to the csv results - default is 'c_'
See also
Other Database:
createCharacterizationTables()
,
createSqliteDatabase()