dereference_dimension {geomultistar} | R 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 |
dimension |
A |
conversion |
A boolean, indicates whether the attributes need to be transformed. |
Value
A fact_table
object.
[Package geomultistar version 1.2.1 Index]