record_update_set {starschemar}R Documentation

record_update_set S3 class

Description

A record_update_set object is created. Stores updates on dimension records.

Usage

record_update_set()

Details

Each update is made up of a dimension name, an old value set, and a new value set.

When the update is applied, all the dimension records that have the combination of old values are modified with the new values provided.

Value

A record_update_set object.

See Also

Other data cleaning functions: get_conformed_dimension(), get_conformed_dimension_names(), get_dimension(), get_dimension_names(), match_records(), modify_conformed_dimension_records(), modify_dimension_records(), update_record(), update_selection(), update_selection_general()

Examples


updates <- record_update_set()


[Package starschemar version 1.2.5 Index]