Learn R Programming

crunch (version 1.9.4)

project-datasets: A project's datasets

Description

A project's datasets

Usage

datasets(x)

datasets(x) <- value

Arguments

x
a CrunchProject
value
CrunchDataset for the setter

Value

  • An obect of class DatasetCatalog. The setter returns the catalog with the given dataset added to it (via changing its owner to be the specified project, x).