Learn R Programming

crunch (version 1.10.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 object of class DatasetCatalog. The setter returns the project with the given dataset added to it (via changing its owner to be the specified project, x).