# Dropping matched rows which contain changes, and returning unchanged rows
df_released <- butterfly::release(
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
include_new = TRUE # Whether to include new rows or not, default is TRUE
)
df_released
Run the code above in your browser using DataLab