Arthur Roberts
2008-Aug-04 19:40 UTC
[R] Is there any way to make pretty tables in R to pdf?
Hi, all, All your comments have been very useful. I was wondering if there was a package that can make pretty R tables to pdf. I guess I could use xtable, but I would like something a little more elegant. Your input is greatly appreciated. Best wishes, Art
Mark Difford
2008-Aug-04 20:05 UTC
[R] Is there any way to make pretty tables in R to pdf?
Hi Arthur,>> I was wondering if there was a package that can make pretty R tables to >> pdf.You got through TeX/LateX, but PDF could be your terminus. Package Hmisc: ? summary.formula and its various arguments and options. You can't get much better. http://cran.za.r-project.org/doc/contrib/Harrell-statcomp-notes.pdf HTH, Mark. Arthur Roberts wrote:> > Hi, all, > > All your comments have been very useful. I was wondering if there was > a package that can make pretty R tables to pdf. I guess I could use > xtable, but I would like something a little more elegant. Your input > is greatly appreciated. > > Best wishes, > Art > > ______________________________________________ > R-help at r-project.org 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. > >-- View this message in context: http://www.nabble.com/Is-there-any-way-to-make-pretty-tables-in-R-to-pdf--tp18818187p18818675.html Sent from the R help mailing list archive at Nabble.com.
Mark Difford
2008-Aug-04 20:13 UTC
[R] Is there any way to make pretty tables in R to pdf?
Hi Arthur, Sorry, sent you down the wrong track: this will help you to get there: http://biostat.mc.vanderbilt.edu/twiki/pub/Main/StatReport/summary.pdf Regards, Mark. Arthur Roberts wrote:> > Hi, all, > > All your comments have been very useful. I was wondering if there was > a package that can make pretty R tables to pdf. I guess I could use > xtable, but I would like something a little more elegant. Your input > is greatly appreciated. > > Best wishes, > Art > > ______________________________________________ > R-help at r-project.org 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. > >-- View this message in context: http://www.nabble.com/Is-there-any-way-to-make-pretty-tables-in-R-to-pdf--tp18818187p18818837.html Sent from the R help mailing list archive at Nabble.com.
Seemingly Similar Threads
- Is there a single command that can revert all the plotting parameters to default?
- How do I get an inset graph (i.e. graph within a graph)?
- Is there anyway to clip the bottom of a barplot?
- Are there any guis out there, which will allow editing of the graph?
- What is the best way to have "R" output tables in an MS Word format?