resultsToCSV

fun resultsToCSV(fileName: String = name.replace(" ", "_") + ".csv", directory: Path = KSLFileUtil.createSubDirectory(pathToOutputDirectory, "csv"), coded: Boolean = false)(source)

Writes the joined design-point and response results to a CSV file.