system.dataset deprecated
📄️ dataSetToExcel
Formats the contents of one or more datasets as an excel spreadsheet.
📄️ exportCSV
Exports the contents of a dataset as a CSV file.
📄️ exportExcel
Exports the contents of a dataset as an Excel spreadsheet.
📄️ exportHTML
Exports the contents of a dataset to an HTML page.
📄️ toPyDataSet
This function converts from a normal DataSet to a PyDataSet, which is a wrapper class which makes working with datasets more Python-esque.