dereference_dimension | R Documentation |
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.
dereference_dimension(ft, dimension, conversion = TRUE)
ft |
A |
dimension |
A |
conversion |
A boolean, indicates whether the attributes need to be transformed. |
A fact_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.