versions {crunch}R Documentation

Access the saved versions of a dataset

Description

This function allows you to see a dataset's savepoints. These can then be passed to restoreVersion() to load the previously saved version of a dataset.

Usage

versions(x)

Arguments

x

a CrunchDataset

Value

an object of class VersionCatalog. Supported methods on the catalog include "names" and "timestamps".

See Also

saveVersion restoreVersion


[Package crunch version 1.30.4 Index]