update_dimension {starschemar} | R 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 |
updates |
A |
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]