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

Pass dots to the tibble print method #89

Closed
wants to merge 1 commit into from
Closed

Pass dots to the tibble print method #89

wants to merge 1 commit into from

Conversation

mikemahoney218
Copy link

Howdy! I'd like to propose a small tweak to the dups print method, to let people pass arguments via ... to the tibble print method. My use-case is to print out tables with > 10 rows, which get truncated by print.tibble(). In that situation, it'd be nice to pass n to the tibble print method via ....

Howdy! I'd like to propose a small tweak to the dups print method, to let people pass arguments via `...` to the tibble print method. My use-case is to print out tables with > 10 rows, which get truncated by print.tibble(). In that situation, it'd be nice to pass `n` to the tibble print method via `...`.
@russHyde
Copy link
Owner

Hi, sorry, this got drowned under some work notifications. I'll try to have a look later today.

@mikemahoney218 mikemahoney218 closed this by deleting the head repository Sep 12, 2023
@russHyde russHyde mentioned this pull request Apr 3, 2024
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.

2 participants