starschemar (version 1.2.0)

update_dimension: Apply dimension record update operations to a dimension

Description

Given a list of dimension record update operations, they are applied on the dimension_table object. Update operations must be defined with the set of functions available for that purpose.

Usage

update_dimension(dimension, updates)

# S3 method for dimension_table update_dimension(dimension, updates)

Arguments

dimension

A dimension_table object.

updates

A record_update_set object.

Value

A dimension_table object.