[R] R2HTML: output from for-loops
Werner Wernersen
pensterfuzzer at yahoo.de
Tue Sep 23 19:05:07 CEST 2008
Hi,
I am trying to prepare a report with R2HTML using
HTMLStart(outdir="./html", filename="report", echo=T, HTMLframe=F)
then, for instance, I want to get the output of a loop:
for (i in 1:20) print(summary(rnorm(1000)))
but only the first of summaries really ends up in the html file.
What am I doing wrongly?
Thanks,
Werner
__________________________________________________
Do You Yahoo!?
Sie sin
Massenmails.
http://mail.yahoo.com
More information about the R-help
mailing list