dereference_dimension: Dereference a dimension

View source: R/geomultistar.R

dereference_dimensionR Documentation

Dereference a dimension

Description

Given a dimension, transform the fact table so that the primary key of the dimension (which is a foreign key in the fact table) is replaced by the other attributes of the dimension.

Usage

dereference_dimension(ft, dimension, conversion = TRUE)

Arguments

ft

A fact_table object.

dimension

A dimension_table object.

conversion

A boolean, indicates whether the attributes need to be transformed.

Value

A fact_table object.


josesamos/starschemar documentation built on Jan. 26, 2024, 2:03 p.m.