Dear Isaac,
Thank you for your great package - I use it heavily.
I have a problem with knitting a markdown file to MS word when I have really long variable names.
I have tried setting up the "width" parameter in export2md using cm, in, px, but still the first column is too wide due to long variable text.
Here is my standard call in a chunk:
export2md(table1,
which.table = "descr",
header.labels = c(p.overall = "p value",
all = "All participants"),
width = "5cm")
I knit using knitter. The PDF output is great and there is no problem.
Can you give me an advice on how to solve this?
Kind regards,
Stefan