thomaszwagerman / butterfly

Verification of continually updating timeseries data where we expect new values, but want to ensure previous data remains unchanged.
https://thomaszwagerman.github.io/butterfly/
Other
2 stars 0 forks source link

Moving common functionality to utility function #13

Closed thomaszwagerman closed 1 month ago

thomaszwagerman commented 1 month ago

Moves the common functionality between loupe(), catch() and release() to create_object_list(). Closes #12

This is a utility function but can be accessed by the user in case it is useful.

Tests and documentation updated accordingly.

Added option to also drop new rows to release(). Closes #10