-
Notifications
You must be signed in to change notification settings - Fork 40
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
Right alignment for row numbers #141
Comments
Great point @briandconnelly. Tibble output is what I am going for. I believe I am right aligning, but I left a large space because I was assuming people would pass large csvs though Now that I type this I can't believe I did not consider using the row count to inform the spacing. I just need to make sure the row count is conditioned on rows passed via the row count flag. |
I see what you are saying now. As you stated, the row numbers need to be right aligned. |
How does this look? #143 |
I think I am going to add one more space between the row index and the table. It feels a little cramped. |
@briandconnelly What do you think of this? |
We got the right alignment correct now. Just let me know if you prefer one or two spaces between the row index and the first column. |
Looks great!! Thank you for the quick response and a great tool! |
you can now get the functionality in version |
Some columns (carat, depth, table, price, x, y, z) that are only numbers with table and price columns are integers (numeric values without a dot/decimal point) should be right-aligned by default. |
Looks nice |
Agree, this looks great! |
Right alignment of row numbers might make it easier for users to quickly scan the output
TV:
R Tibble (desired formatting):
The text was updated successfully, but these errors were encountered: