homogenize: Homogenize a dimension

View source: R/dimension_table_homogenize.R

homogenizeR 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 dimension_table object.

attributes

A vector of attribute names of the dimension.

Value

A dimension_table object.


josesamos/starschemar documentation built on Jan. 26, 2024, 2:03 p.m.