Learn R Programming

crunch (version 1.18.0)

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

Description

This function uses the CSV+JSON import format, which is generally faster and more effective than newDatasetByColumn.

Usage

newDataset(x, name = deparseAndFlatten(substitute(x), max_length = 40), ...)

newDatasetByCSV(...)

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

...

additional arguments passed to createDataset

Value

If successful, an object of class CrunchDataset.