View source: R/star_schema_replace_dimension.R
replace_dimension | R Documentation |
Replace dimension with another that contains all the instances of the first and, possibly, some more, in a star schema.
replace_dimension(st, name, dimension)
## S3 method for class 'star_schema'
replace_dimension(st, name, dimension)
st |
A |
name |
A string, name of the dimension. |
dimension |
A |
A star_schema
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.