Learn R Programming

crunch (version 1.3.2)

appendDataset: Append one Crunch dataset to another

Description

Append one Crunch dataset to another

Usage

appendDataset(dataset1, dataset2, confirm = interactive(), 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.
confirm
logical: should the user be forced to review and accept any automatically resolved conflicts between dataset1 and dataset2? Defaults to TRUE when occurring in an interactive R session, FALSE otherwise. I
cleanup
logical: if the append operation fails or is aborted, should the intermediate batch created on dataset1 be deleted? Default is TRUE; FALSE may be useful if you want to review the append conflicts in the web applicati

Value

  • A CrunchDataset with dataset2 appended to dataset1