is_dimension_in_updates {starschemar} | R Documentation |
Is dimension in set of updates?
Description
Given a set of dimension record update operations and the name of a dimension, it checks if there is any update operation to perform on the dimension.
Usage
is_dimension_in_updates(updates, name)
## S3 method for class 'record_update_set'
is_dimension_in_updates(updates, name)
Arguments
updates |
A |
name |
A string, name of the dimension. |
Value
A boolean, indicating if the dimension appears in the list of update operations.
[Package starschemar version 1.2.5 Index]