Rdocumentation
powered by
Learn R Programming
crunch (version 1.12.2)
appendDataset: Append one Crunch dataset to another
Description
Append one Crunch dataset to another
Usage
appendDataset(dataset1, dataset2, cleanup = TRUE)
Arguments
dataset1
a CrunchDataset
dataset2
another CrunchDataset, or possibly a data.frame. If
dataset2
is not a Crunch dataset, it will be uploaded as a new dataset before appending.
cleanup
Deprecated. See
cleanseBatches
.
Value
A CrunchDataset with
dataset2
appended to
dataset1