mergeFork(dataset, fork, autorollback = TRUE, force = FALSE)
CrunchDataset
to merge toCrunchDataset
, perhaps forked from dataset
,
that is to be merged in.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.dataset
since fork
diverged from and take only
the changes from fork
? Default is FALSE
, and it is recommended
only to use force=TRUE after first attempting and failing to merge without
forcing.dataset
with changes from fork
merged to it.