Contents

writeCSV(toFile:)

Exports a CSV file of the data table to the given directory path.

Declaration

func writeCSV(toFile path: String) throws

Parameters

  • path:

    A file system path where the data table file should be written.

See Also

Saving a data table