incremental_refresh_dimension: 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 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.