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-io/rcrunch documentation built on Sept. 14, 2024, 11:13 p.m.