update_facts_with_dimensions {starschemar}R 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.


[Package starschemar version 1.2.5 Index]