Indenting disturbed when adding superscript to rowname of a grouped row using kable in latex
- 阅读更多 关于 Indenting disturbed when adding superscript to rowname of a grouped row using kable in latex
问题 How do I add superscript to name of a particular row of a table created using kable in latex environment (this link gives solution for markdown). I tried following: at2=cbind(1:5,6:10,11:15) rownames(at2)=c("one", "two", "three", "four$^1$", "five") kable(at2,format = "latex",booktabs=T) But this isn't working. For image of result click this EDIT: The first problem is solved with escape = FALSE but now a new problem related to indentation has come up. I am using group_rows which automatically