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.


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