homogenize {starschemar} | R Documentation |
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 class 'dimension_table'
homogenize(dimension, attributes = NULL)
Arguments
dimension |
A |
attributes |
A vector of attribute names of the dimension. |
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]