starschemar (version 1.2.0)

record_update_set: record_update_set S3 class

Description

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

Usage

record_update_set()

Arguments

Value

A record_update_set object.

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.

See Also

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

Examples

Run this code
# NOT RUN {
updates <- record_update_set()

# }

Run the code above in your browser using DataLab