As with many other version control systems, in Crunch you can fork a dataset's revision history, effectively making a copy on which you can work independently of the original dataset. You can then merge those change back to the original dataset or keep working independently.
forkDataset(dataset, name = defaultForkName(dataset), draft = FALSE, ...)
The CrunchDataset
to fork
character name to give the fork. If omitted, one will be provided for you
logical: Should the dataset be a draft, available only to
editors? Default is FALSE
.
Additional dataset metadata
The new fork, a CrunchDataset
.