R/datasets.R
convert_to_dataset_with_csv_files.Rd
Convert the current dataset into a FileDataset containing CSV files.
convert_to_dataset_with_csv_files(dataset, separator = ",")
dataset | The Tabular Dataset object. |
---|---|
separator | The separator to use to separate values in the resulting file. |
A new FileDataset object with a set of CSV files containing the data in this dataset.