You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to have the caption of the table in R Markdown rendering to word docment when I use knitreg. It just simply ignores the caption. The caption works when I use htmlreg, but the table in the word document has all columns showing in one column.
knitreg does automatically choose htmlreg when rendering html type, one has to manually change from knitreg to htmlreg.
The fontsize etc. does not work in R markdown? Or am I making some mistakes.
Here is what I have, say I have reg models c1, c2, c3 and I give the command
table1 <- knitreg(list(c1, c2, c3),fontsize = "tiny", digits = 4,custom.model.names=modelnames,custom.coef.names = coef_names, caption = "Table 1: Effects of childhood factors.",float.pos = "hb!" )
Any help?
The text was updated successfully, but these errors were encountered:
I am not able to have the caption of the table in R Markdown rendering to word docment when I use knitreg. It just simply ignores the caption. The caption works when I use htmlreg, but the table in the word document has all columns showing in one column.
knitreg does automatically choose htmlreg when rendering html type, one has to manually change from knitreg to htmlreg.
The fontsize etc. does not work in R markdown? Or am I making some mistakes.
Here is what I have, say I have reg models c1, c2, c3 and I give the command
table1 <- knitreg(list(c1, c2, c3),fontsize = "tiny", digits = 4,custom.model.names=modelnames,custom.coef.names = coef_names, caption = "Table 1: Effects of childhood factors.",float.pos = "hb!" )
Any help?
The text was updated successfully, but these errors were encountered: