versions: Access the saved versions of a dataset

View source: R/versions.R

versionsR 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


crunch documentation built on Aug. 31, 2023, 1:07 a.m.