update_facts_with_dimensions: Update facts with a list of modified dimensions

View source: R/star_schema_update_facts_with_dimensions.R

update_facts_with_dimensionsR Documentation

Update facts with a list of modified dimensions

Description

Update the fact table with the modified dimensions. New dimensions are generated from the modified ones.

Usage

update_facts_with_dimensions(st, dimensions)

## S3 method for class 'star_schema'
update_facts_with_dimensions(st, dimensions)

Arguments

st

A star_schema object.

dimensions

A list of dimension_table objects.

Value

A star_schema object.


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