View source: R/record_update_set_is_dimension_in_updates.R
is_dimension_in_updates | R Documentation |
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.
is_dimension_in_updates(updates, name)
## S3 method for class 'record_update_set'
is_dimension_in_updates(updates, name)
updates |
A |
name |
A string, name of the dimension. |
A boolean, indicating if the dimension appears in the list of update operations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.