incremental_refresh_dimension: Incrementally refresh a dimension with another

View source: R/dimension_table_incremental_refresh.R

incremental_refresh_dimensionR Documentation

Incrementally refresh a dimension with another

Description

Incrementally refresh a dimension with the content of a new one that is integrated into the first.

Usage

incremental_refresh_dimension(dimension, dimension_new)

## S3 method for class 'dimension_table'
incremental_refresh_dimension(dimension, dimension_new)

Arguments

dimension

A dimension_table object.

dimension_new

A dimension_table object, possibly with new data.

Value

A dimension_table object.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.