An example to save a table as HTML:
> library(R2HTML) > HTML(iris, border = 1, "test.html", append=FALSE)