Thanks in advance. Basically, I've produced a table and now I just want to print that onto a word document. For some reason however, when I do so it removes all the variables from the table. Could someone pls help me out?
the first line of code is what produced the Rmarkdown table, the second is the one that printed it onto a word document.
Table_1c <- knitr::kable(Table_1b, digits = 3, caption = "Table 1. Descriptive Statistics")
tab_df(Table_1b, title = "Table 1. Descriptive Statistics", file = "Table_1c.doc")