Convert the current dataset into a FileDataset containing CSV files.

convert_to_dataset_with_csv_files(dataset, separator = ",")

Arguments

dataset

The Tabular Dataset object.

separator

The separator to use to separate values in the resulting file.

Value

A new FileDataset object with a set of CSV files containing the data in this dataset.