View source: R/star_schema_replace_dimension.R
replace_dimension_in_facts | R Documentation |
This operation can be due to integrating several dimensions in a constellation or an incremental update of a dimension (indicated with the boolean parameter). The new dimension replaces in facts the original dimension, whose name is indicated.
replace_dimension_in_facts(st, name, dimension, set_type_conformed = FALSE)
## S3 method for class 'star_schema'
replace_dimension_in_facts(st, name, dimension, set_type_conformed = FALSE)
st |
A |
name |
A string, name of the dimension. |
dimension |
A |
set_type_conformed |
A boolean. |
A star_schema
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.