Open bob-carpenter opened 3 years ago
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
How relevant will this issue still be in light of implementing #257?
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.