update_facts_with_dimensions: 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 star_schema
update_facts_with_dimensions(st, dimensions)
Value
A star_schema
object.
Arguments
- st
A star_schema
object.
- dimensions
A list of dimension_table
objects.