Learn R Programming

crunch (version 1.3.2)

newDatasetByCSV: Upload a data.frame to Crunch to make a new dataset

Description

This function uses the CSV+JSON import format, which is faster and more effective for certain dataset sizes and shapes than newDatasetByColumn.

Usage

newDatasetByCSV(x, name = as.character(substitute(x)),
  useAlias = default.useAlias(), ...)

Arguments

x
a data.frame or other rectangular R object
name
character, the name to give the new Crunch dataset. Default is the name of the R object passed in x
useAlias
logical whether variable alias or name should be used as R variable names when the dataset is returned. Default is TRUE, meaning alias.
...
additional arguments passed to createDataset

Value

  • If successful, an object of class CrunchDataset.

See Also

newDataset newDatasetByColumn