Changelog
myrror 0.1.0
Main Features
-
myrror()
- Main function to compare data frames and identify differences. - Support for user-friendly and interactive console output.
- Ability to handle different key relationships between data frames.
Auxiliary functions
-
compare_type()
- Compare the type of shared columns. -
compare_values()
- Compare the values of shared columns. -
extract_diff_values()
- Extract different values, returning a list of data frames. -
extract_diff_table()
- Extract different values, returning a single data frame.