This function uses the CSV+JSON import format, which is generally faster and
more effective than newDatasetByColumn
.
newDataset(x, name = deparseAndFlatten(substitute(x), max_length = 40), ...)newDatasetByCSV(...)
a data.frame or other rectangular R object
character, the name to give the new Crunch dataset. Default is
the name of the R object passed in x
additional arguments passed to createDataset
If successful, an object of class CrunchDataset.