pixiedust
pixiedust copied to clipboard
Tables So Beautifully Fine-Tuned You Will Believe It's Magic.
If I have a wide table, it just overflows the paper on latex output. E.g.: [Example.pdf](https://github.com/nutterb/pixiedust/files/1748570/Example.pdf) ```{r} library(pixiedust) e
in HTML and LaTeX output, this could set the width of the table to a specified width. Should also accept "pagewidth" and "tablewidth"
For example, a small vertical space every fifth row makes it easier to track horizontally across the page.
This would be especially useful in places where groups are displayed, so that the lines over each group don't connect.
Is there a way to set the column type to a p{width} (instead of the l and r alignments) to better control the width for an entire column? The \parbox...
Hi, What about an export method producing a FlexTable object (from package ReporteRs, http://davidgohel.github.io/ReporteRs/FlexTable.html)? Thank you for this package. Best, David
I was thinking that it would be great if R had a set of functions for including regression output in body text and was wondering whether you thought this would...
While working with the LaTeX output, I faced a lot of errors. This turned out to be due to my item names including a title like df$branch so the $...
Is there any way you can simplify using `halign` for LaTeX printing? Working from your example code, I was able to center the whole column with one line of code:...
``` # works dust(mtcars) %>% sprinkle_print_method("console") ``` mpg cyl disp hp drat wt qsec vs am gear carb 1 21 6 160 110 3.9 2.62 16.46 0 1 4 4...