-
Notifications
You must be signed in to change notification settings - Fork 129
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
Don't print number of rows if all rows printed #21
Comments
I'd rather not add special handling here. You can always do |
...but perhaps we can support this with an optional argument |
This is important for me. I don't think it's necessary to print a summary of an object when you can see the whole thing. |
What about the information "Source: local data frame"? I don't see how it becomes less relevant just because the result is small. May I suggest an alternative printing mode that omits the "Source: ..." information altogether, and adds the remaining number of rows only in case of vertical overflow:
This would be both concise and consistent. |
I don't like it as an extra parameter because I don't think anyone will use it. Maybe if it was also a global option. |
I like the option idea, we might add different printing styles later. |
New option tibble.show.source. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
e.g.
would be better as
This normally doesn't matter, but it's useful for books where space is at a premium
The text was updated successfully, but these errors were encountered: