starschemar (version 1.2.0)

is_dimension_in_updates: 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 record_update_set is_dimension_in_updates(updates, name)

Arguments

updates

A record_update_set object, list of dimension record update operations.

name

A string, name of the dimension.

Value

A boolean, indicating if the dimension appears in the list of update operations.