replace_dimension {starschemar} | R Documentation |
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 class 'star_schema'
replace_dimension(st, name, dimension)
Arguments
st |
A |
name |
A string, name of the dimension. |
dimension |
A |
Value
A star_schema
object.
[Package starschemar version 1.2.5 Index]