writeCSV(to:options:)
Creates a CSV file with the contents of the data frame type.
Declaration
func writeCSV(to url: URL, options: CSVWritingOptions = .init()) throwsParameters
- url:
A location URL in the file system where the method saves the CSV file.
- options:
A Csvwritingoptions instance.