Philippe Grosjean
2006-Jun-25 10:07 UTC
[R] R Reporting - PDF/HTML mature presentation quality package?
Jim Lemon wrote:> I heartily second Phillipe's response. I just started a new job and the > first thing required was a neat stats report for a dataset. I thought I > would give R2HTML a try and about 5 minutes after downloading it, I was > looking at the first draft of the report. I did have to do a bit of > hacking on the graphics, but it was easy and I can now present the > report first thing in the morning. Had I not been able to do this, I > probably would have been told, "You'll have to use SPSS." > > I was so impressed by R2HTML that I began writing a primitive HTML > generator that will scan an R script and do something like R2HTML. I > couldn't find anything like this as the svMisc package seems to have > disappeared.No, it is still in the SciViews bundle. Tell me if you have problems with it. Best, Philippe Grosjean If anyone knows of something like this or is working on it,> I'd appreciate knowing about it. > > Jim > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > >
Jim Lemon
2006-Jun-25 23:54 UTC
[R] R Reporting - PDF/HTML mature presentation quality package?
I heartily second Phillipe's response. I just started a new job and the first thing required was a neat stats report for a dataset. I thought I would give R2HTML a try and about 5 minutes after downloading it, I was looking at the first draft of the report. I did have to do a bit of hacking on the graphics, but it was easy and I can now present the report first thing in the morning. Had I not been able to do this, I probably would have been told, "You'll have to use SPSS." I was so impressed by R2HTML that I began writing a primitive HTML generator that will scan an R script and do something like R2HTML. I couldn't find anything like this as the svMisc package seems to have disappeared. If anyone knows of something like this or is working on it, I'd appreciate knowing about it. Jim
Greg Snow
2006-Jun-26 16:10 UTC
[R] R Reporting - PDF/HTML mature presentation quality package?
The R2HTML package does have a driver for sweave (see help for RweaveHTML). This allows you to write an HTML file and add the R commands you want (use <<>>=, @ combinations to indicate R commands and <Sexpr r-code> for inline replacement), then process it with sweave and have a final HTML file (and possibly additional graphic files for the links) with the R output included. Is this what you were looking for? -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at intermountainmail.org (801) 408-8111 -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Jim Lemon Sent: Sunday, June 25, 2006 5:55 PM To: r-help at stat.math.ethz.ch Subject: Re: [R] R Reporting - PDF/HTML mature presentation quality package? I heartily second Phillipe's response. I just started a new job and the first thing required was a neat stats report for a dataset. I thought I would give R2HTML a try and about 5 minutes after downloading it, I was looking at the first draft of the report. I did have to do a bit of hacking on the graphics, but it was easy and I can now present the report first thing in the morning. Had I not been able to do this, I probably would have been told, "You'll have to use SPSS." I was so impressed by R2HTML that I began writing a primitive HTML generator that will scan an R script and do something like R2HTML. I couldn't find anything like this as the svMisc package seems to have disappeared. If anyone knows of something like this or is working on it, I'd appreciate knowing about it. Jim ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html