Reputation: 11686
I am using an xtable with the option "include.rownames =TRUE". How do I add a column header for the row names?
Upvotes: 3
Views: 309
Reputation: 44525
I don't think this is possible. Just move the rownames to their own column, name the column, and use include.rownames = FALSE
.
Upvotes: 1