hello,
to display a data.frame I use this syntax
dir.create(file.path(tempdir(),"R2HTML"))
target <-
HTMLInitFile(file.path(tempdir(),"R2HTML"),filename="sample",
BackGroundColor="#BBBBEE")
HTML("<br>Don't forget to use the CSS file in order to benefit
from fixed-width font",file=target)
tmp <- as.data.frame(matrix(rnorm(100),ncol=10))
HTML(tmp,file=target)
HTMLEndFile()
I obtain a good result but I'd like to display my data.frame with lines and
columns and when I use the syntax FOR R don't display all the data.frame
just for the last boucle (for).
Can you help me please?
thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]