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.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.