Contents

write(to:)

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

Declaration

func write(to directoryURL: URL) throws

Parameters

  • directoryURL:

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

See Also

Saving a data table