Chase Eck

Results 2 comments of Chase Eck

Hi all, I ran into this same issue and tried to switch to using tab_style() but the formatting options are not being preserved when outputting to .docx in an Rmarkdown...

Sure thing! An example is below using iris and gt v0.9.0 and R v4.2.3 Let me know if there's anything else that I can provide. ````{r} library(tidyverse) library(gt) data(iris) iris...