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 |
dimensions |
A list of |
Value
A star_schema
object.
[Package starschemar version 1.2.5 Index]