3

I am using an xtable with the option "include.rownames =TRUE". How do I add a column header for the row names?

AdamBT
  • 1,936
  • 2
  • 30
  • 48
user1357015
  • 11,168
  • 22
  • 66
  • 111

1 Answers1

1

I don't think this is possible. Just move the rownames to their own column, name the column, and use include.rownames = FALSE.

Thomas
  • 43,637
  • 12
  • 109
  • 140