Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving common functionality to utility function #13

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

thomaszwagerman
Copy link
Collaborator

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

@thomaszwagerman thomaszwagerman merged commit ce9a9fe into main Oct 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create utility function to which supports all functions. add option to release() to also exclude new rows
1 participant