Is there a way to easily export R tables to a simple HTML page?
+5
A:
The xtable
function in the xtable
package can export R tables to HTML tables. This blog entry describes how you can create HTML pages from Sweave documents.
nullglob
2010-08-09 08:22:59
`print(xtable(tb), type = "html")`, to be precise. Thanks for the link!
aL3xa
2010-08-09 08:49:51