dimension_table {rolap}R Documentation

dimension_table S3 class

Description

A dimension_table object is created, we have to define its surrogate key.

Usage

dimension_table(name = NULL, attributes = NULL, instances = NULL)

Arguments

name

A string, dimension name.

attributes

A vector of strings, attributes names.

instances

A flat table with the dimension instances.

Value

A dimension_table object.


[Package rolap version 2.5.1 Index]