Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

newDatasetByColumn

Upload a data.frame column-by-column to make a new dataset


Description

Use this version if you have lots of variables, under 1M rows, perhaps backed by ff or other memory-mapped files, and time to kill. You really probably want newDataset() instead.

Usage

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

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.

See Also


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.