Learn R Programming

crunch (version 1.18.0)

forkDataset: Create a fork of a dataset

Description

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.

Usage

forkDataset(dataset, name = defaultForkName(dataset), draft = FALSE, ...)

Arguments

dataset

The CrunchDataset to fork

name

character name to give the fork. If omitted, one will be provided for you

draft

logical: Should the dataset be a draft, available only to editors? Default is FALSE.

...

Additional dataset metadata

Value

The new fork, a CrunchDataset.