Summarizes added, removed, and shared Atlas row IDs.
Usage
compare_atlas_tables(old_data, new_data, id_col = "id")
Arguments
- old_data
Previous Atlas data frame.
- new_data
Updated Atlas data frame.
- id_col
Row identifier column. Defaults to "id".
Value
A one-row data frame with row and ID counts.