incremental_refresh_fact {starschemar} | R Documentation |
Incrementally refresh a fact table with another
Description
Incrementally refresh a fact table with the content of a new one that is integrated into the first.
Usage
incremental_refresh_fact(ft, ft_new, existing)
## S3 method for class 'fact_table'
incremental_refresh_fact(ft, ft_new, existing)
Arguments
ft |
A |
ft_new |
A |
existing |
A string, operation to be performed with records whose keys match. |
Details
If there are records whose keys match the new ones, we can ignore, replace or group them.
Value
A fact_table
object.
[Package starschemar version 1.2.5 Index]