incremental_refresh_fact: Incrementally refresh a fact table with another

View source: R/fact_table_incremental_refresh.R

incremental_refresh_factR 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 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.

Details

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

Value

A fact_table object.


josesamos/starschemar documentation built on Jan. 26, 2024, 2:03 p.m.