You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would also like to have prettier output. In notebooks I'm now testing using lemon package, which with simple addition to code block options changes the output to look like
It's not a perfect solution as changing, e.g. the width requires additional tricks.
If someone wants to tackle this a good place to start might be the methods for customizing tibble printing (since we are already using tibbles): https://pillar.r-lib.org/articles/extending.html
The current summary output looks like this:
It also prints negative numbers in red. I can remove the red negative numbers with a global option:
I haven't been able to see how to get rid of the other output I consider to be extraneous:
# A tibble: 2 x 10
)<chr> <dbl> ...
)1
formu
,2
fortau
)P.S. This is low priority, especially if it's a huge pain to provide alternative tibble output.
The text was updated successfully, but these errors were encountered: