| compare_rows_with_same_index | R Documentation |
This function compares corresponding rows of two data frames and generates two columns:
compare_rows_with_same_index(new_df, old_df)
new_df |
A data frame containing the most recent version of the data. |
old_df |
A data frame containing the preceding version of the data, used as the reference for comparison. |
* **changed_cols** — a list-column containing the names of variables in which at least one change has been detected. * **change_details** — a list-column describing the specific modifications for each changed variable, expressed as "previous value - new value".
A data frame augmented with two additional columns: 'changed_cols' and 'change_details'
Lukasz Andrzejewski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.