is_dimension_in_updates: Is dimension in set of updates?

View source: R/record_update_set_is_dimension_in_updates.R

is_dimension_in_updatesR 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 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.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.