Learn R Programming

rolap (version 2.5.1)

dimension_table: 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)

Value

A dimension_table object.

Arguments

name

A string, dimension name.

attributes

A vector of strings, attributes names.

instances

A flat table with the dimension instances.