writeCSV(toFile:)
Exports a CSV file of the data table to the given directory path.
Declaration
func writeCSV(toFile path: String) throwsParameters
- path:
A file system path where the data table file should be written.
Exports a CSV file of the data table to the given directory path.
func writeCSV(toFile path: String) throwsA file system path where the data table file should be written.