Learn R Programming

crunch (version 1.12.2)

mergeFork: Merge changes to a dataset from a fork

Description

Merge changes to a dataset from a fork

Usage

mergeFork(dataset, fork, autorollback = TRUE)

Arguments

dataset
The CrunchDataset to merge to
fork
The CrunchDataset, perhaps forked from dataset, that is to be merged in.
autorollback
logical If the merge fails, should dataset be restored to its state prior to the merge, or should it be left in its partially merged state for debugging and manual fixing? Default is TRUE, i.e. the former.

Value

dataset with changes from fork merged to it.