We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I was wondering if it was possible to add an option to limit the number of characters printed in a tibble.
I set pillar.min_title_chars to a lower number, and then the column with a long text and a short column name takes up all the space.
I was wondering if it was possible to limit the number of characters printed, like with decimals. pillar.max_dec_width
Thanks
The text was updated successfully, but these errors were encountered:
Also would be great for glimpse().
glimpse()
A long variable may make the summary less informative.
mtcars |> dplyr::mutate(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx = 1) |> pillar::glimpse()
The long variable removes information from glimpse() output..
Sorry, something went wrong.
Thanks. Yes, this sounds reasonable. What should the default be?
No branches or pull requests
Hello, I was wondering if it was possible to add an option to limit the number of characters printed in a tibble.
I set pillar.min_title_chars to a lower number, and then the column with a long text and a short column name takes up all the space.
I was wondering if it was possible to limit the number of characters printed, like with decimals.
pillar.max_dec_width
Thanks
The text was updated successfully, but these errors were encountered: