data-cleaning.writer
write-csv-file
(write-csv-file path data)
Writes data to file. path: Output file name. data: File content as a sequence of sequences of strings. comments: File is saved to bin/path.
write-txt-file
(write-txt-file path lines)
Writes data to file. path: Output file name. lines: Lines of the file. comments: File is saved to bin/path.