incremental_refresh_dimension {starschemar} | R Documentation |
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 class 'dimension_table'
incremental_refresh_dimension(dimension, dimension_new)
Arguments
dimension |
A |
dimension_new |
A |
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]