starschemar (version 1.2.0)

incremental_refresh_fact: 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 fact_table incremental_refresh_fact(ft, ft_new, existing)

Arguments

ft

A fact_table object.

ft_new

A fact_table object, possibly with new data.

existing

A string, operation to be performed with records whose keys match.

Value

A fact_table object.

Details

If there are records whose keys match the new ones, we can ignore, replace or group them.