Contents

writeCSV(to:)

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

Declaration

func writeCSV(to fileURL: URL) throws

Parameters

  • fileURL:

    The location in the file system to which the data table file should be written.

See Also

Saving a data table