-
Notifications
You must be signed in to change notification settings - Fork 5
Add Row Limit to print method #93
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
Conversation
Merge branch 'master' of github.com:brianrepko/diffdf into brianrepko-master # Conflicts: # R/ascii_tables.R # R/issues.R # R/print.R
Code Coverage Summary
Results for commit: be46928 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 10 suites 5s ⏱️ Results for commit be46928. ♻️ This comment has been updated with latest results. |
@kieranjmartin please correct me if I have any of the following wrong: @brianrepko - So a few weeks ago we updated the repo to use GitHub actions which required a ton of white space edits to appease the lintr. As a result your PR was conflicting with master, additionally I think @kieranjmartin wanted to make a few small edits so this PR here is a modified version of your PR. We've accredited you in the Thank you for your contributions ! |
sounds good to me |
@gowerc all comments resolved, please merge if happy (assuming this pipeline works...) |
Replaces #83 ; fixes git conflict and makes some changes to functionality from the suggested PR. Specifically, now NULL will trigger all rows being shown, which I think is more consistent.