Compare Column Names Between Two Objects
compare_columns.Rd
Compares column names between two objects (data frames or vectors of column names) and provides a detailed summary of unique and shared columns
Arguments
- obj1
A data frame, tibble, or vector of column names
- obj2
A data frame, tibble, or vector of column names
- obj1_name
Character string naming the first object (default: "obj1")
- obj2_name
Character string naming the second object (default: "obj2")
- group_by_col
Character string specifying column name for grouping (default: NULL)