Skip to content
Prev 205315 / 398506 Next

R2HTML Report number format, or Better Way?

Hi L.A.,

Use the package 'hwriter' to produce HTML pages/objects.

 > library(hwriter)
 > hwrite(srtype, page="c:/R/reports/myreport1.html")

'hwrite' can be combined with the function 'format' (to manage number 
format, digits, decimal places, etc...) and supports advanced HTML/CSS 
formatting options.

Best regards,

Greg
---
Gregoire Pau
EMBL Research Officer
http://www.ebi.ac.uk/~gpau/
L.A. wrote: