View source: R/record_update_set.R
| record_update_set | R Documentation |
record_update_set S3 classA record_update_set object is created. Stores updates on dimension records.
record_update_set()
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.
A record_update_set object.
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()
updates <- record_update_set()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.