replace_dimension: Replace a star schema dimension
Description
Replace dimension with another that contains all the instances of the first
and, possibly, some more, in a star schema.
Usage
replace_dimension(st, name, dimension)# S3 method for star_schema
replace_dimension(st, name, dimension)
Value
A star_schema
object.
Arguments
- st
A star_schema
object.
- name
A string, name of the dimension.
- dimension
A dimension_table
object.