;Silvano"
Sent: Wednesday, October 28, 2009 10:08 AM
Subject: Re: [R] boxplot, data frame and html
Hello Silvano,
'hwrite' appends HTML elements in a web page. The web page
has to be opened before adding elements in it.
The following code should work:
require(hwriter)
p =
Hello Silvano,
'hwrite' appends HTML elements in a web page. The web page has to be
opened before adding elements in it.
The following code should work:
require(hwriter)
p = openPage('T1000.html')
hwrite(t1000[,c(1,5,6)], p, bgcolor='#ffdc98',
row.bgcolor='#ffdc98', br=TRUE)
hwriteImag
2 matches
Mail list logo