update_dimension: Apply dimension record update operations to a dimension

View source: R/dimension_table_update_dimension.R

update_dimensionR Documentation

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 class 'dimension_table'
update_dimension(dimension, updates)

Arguments

dimension

A dimension_table object.

updates

A record_update_set object.

Value

A dimension_table object.


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