update_facts_with_role_dimension: Update facts with a role dimension

View source: R/star_schema_update_facts_with_dimensions.R

update_facts_with_role_dimensionR Documentation

Update facts with a role dimension

Description

Update facts with a role dimension

Usage

update_facts_with_role_dimension(
  st,
  name,
  old_dimension,
  dimension,
  dimension_names
)

Arguments

st

A star_schema object.

name

A string, name of the dimension.

old_dimension

A dimension_table object.

dimension

A dimension_table object.

dimension_names

A vector of dimension names.

Value

A star_schema object.


starschemar documentation built on May 29, 2024, 10:49 a.m.