multitables {crunch}R Documentation

Multitable entities for a dataset

Description

Multitable entities for a dataset

Usage

multitables(x)

multitables(x) <- value

## S4 method for signature 'CrunchDataset'
multitables(x)

## S4 replacement method for signature 'CrunchDataset'
multitables(x) <- value

Arguments

x

a CrunchDataset

value

for the assignment method, a MultitableCatalog

Value

an object of class MultitableCatalog containing references to Multitable entities. (Setter returns the Dataset.)


[Package crunch version 1.30.4 Index]