Hi All,
I would like to ask if it is possible to embed kableExtra tables when knitting to Word ?
When I do it, it still gives me a table scattered vertically - the same like in mentioned below github issue.
https://github.com/haozhu233/kableExtra/issues/308
Hi,
According to the official documentation kableExtra only works for HTML and PDF, however, they show that it is possible to copy-paste a HTML kableExtra table to Word without loss of layout as shown in this video
Hope this helps, PJ
Thank you, good to know this, I just have thought that somehow this is possible to knit kableExtra tables into word documents without copying/pasting but this is for now good solution.