replace_dimension: Replace a star schema dimension

View source: R/star_schema_replace_dimension.R

replace_dimensionR Documentation

Replace a star schema dimension

Description

Replace dimension with another that contains all the instances of the first and, possibly, some more, in a star schema.

Usage

replace_dimension(st, name, dimension)

## S3 method for class 'star_schema'
replace_dimension(st, name, dimension)

Arguments

st

A star_schema object.

name

A string, name of the dimension.

dimension

A dimension_table object.

Value

A star_schema object.


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