# Returning only matched rows which contain changes
df_caught <- butterfly::catch(
butterflycount$march, # New or current dataset
butterflycount$february, # Previous version you are comparing it to
datetime_variable = "time" # Unique ID variable they have in common
)
df_caught
Run the code above in your browser using DataLab