check_and_sort_columns: Check and Sort Columns, Compare Values
Description
This function checks if two tibbles have the same column names, sorts the columns of one tibble to match the order of the other,
and then checks if all values in both tibbles are the same.
Usage
check_and_sort_columns(area_data, area_txt)
Value
Prints messages indicating whether the tibbles have the same column names and whether all values are the same.
Arguments
area_data
A tibble containing the data to be checked and sorted.
area_txt
A tibble containing the reference data for column order and value comparison.