Verification of continually updating timeseries data where we expect new values, but want to ensure previous data remains unchanged.
2
stars
0
forks
source link
Moving common functionality to utility function #13
Closed
thomaszwagerman closed 1 month ago
Moves the common functionality between
loupe()
,catch()
andrelease()
tocreate_object_list()
. Closes #12This 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