Contents

writeCSV(to:options:)

Creates a CSV file with the contents of the data frame type.

Declaration

func writeCSV(to url: URL, options: CSVWritingOptions = .init()) throws

Parameters

  • url:

    A location URL in the file system where the method saves the CSV file.

  • options:

    A Csvwritingoptions instance.

See Also

Saving a Data Frame Type to a CSV Format