homogenize: Homogenize a dimension
Description
To merge dimensions, they must first be homogenized: the generated primary
key must be removed and, if necessary, its attributes (columns) must be
renamed.
Usage
homogenize(dimension, attributes = NULL)# S3 method for dimension_table
homogenize(dimension, attributes = NULL)
Value
A dimension_table
object.
Arguments
- dimension
A dimension_table
object.
- attributes
A vector of attribute names of the dimension.