writeCSV(to:)
Exports a CSV file of the data table to the given directory URL.
Declaration
func writeCSV(to fileURL: URL) throwsParameters
- fileURL:
The location in the file system to which the data table file should be written.
Exports a CSV file of the data table to the given directory URL.
func writeCSV(to fileURL: URL) throwsThe location in the file system to which the data table file should be written.