Learn R Programming

crunch (version 1.3.2)

graftDataset: Graft data from a cloned dataset back to its source

Description

This lets you prepare edits for a dataset on a clone of the dataset, then copy that data back to the original dataset once you have verified that the edits are what you want to share with other users of the dataset.

Usage

graftDataset(primary, clone)

Arguments

primary
the CrunchDataset onto which you wish to graft data
clone
the CrunchDataset you wish to take data from to graft onto primary

Value

  • primary with the data from clone grafted onto it

Details

As the warning message in the function states, please be absolutely sure that you know what you're doing before you run this function. Grafting data that was not originally cloned from the same dataset, could have disastrous consequences for your dataset. Human sacrifice, dogs and cats living together, mass hysteria. Proceed with caution.