Unfortunately, this applies to print.xtable, and not to latex. I want to know how to eliminate them using latex()
Greg Johnson wrote: > steve <fisk <at> bowdoin.edu> writes: > >> I would like to get rid of the row numbers using xtable and latex. >> >> but I don't want the row numbers. Is it possible to get rid of them? >> >> Also, if x is a data frame, latex(x) contains the row numbers. >> Can I get rid of them here as well? >> >> Steve > > > Steve, > > ?print.xtable > > look at the include.rownames option. > > Greg > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
