saveVersion {crunch} | R Documentation |
Create a new saved version
Description
Crunch datasets can be saved and restored using saveVersion
and restoreVersion()
.
Some Crunch functions, such as appendDataset()
create new savepoints automatically. To
see the list of savepoints use versions()
.
Usage
saveVersion(
dataset,
description = paste("Version", length(versions(dataset)) + 1)
)
Arguments
dataset |
a |
description |
character name to give the saved version, as in a commit message. You are encouraged, though not strictly required, to give versions unique descriptions. |
Value
invisibly, the URL of the newly created version
See Also
[Package crunch version 1.30.4 Index]