starschemar (version 1.2.0)

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)

Arguments

dimension

A dimension_table object.

attributes

A vector of attribute names of the dimension.

Value

A dimension_table object.