Rapporter / pander

An R Pandoc Writer: Convert arbitrary R objects into markdown
http://rapporter.github.io/pander/
Open Software License 3.0
294 stars 66 forks source link

Feature request: row.names = TRUE option #338

Open cpsyctc2 opened 5 years ago

cpsyctc2 commented 5 years ago

This is tangential to what I think is a bug report I'll put in separately. Is it possible to have the options on pander(), essentially on pandoc.table() to allow row.names=TRUE? This would be symmetrical with row.names=FALSE which is allowed, and would greatly simplify asking for row.names of data frames to be printed. TIA, Chris