Hi Joel, The function hwrite() of the package hwriter does that. > library(hwriter) > hwrite(iris[1:10,]) See examples at http://www.embl.de/~gpau/hwriter/ Cheers, Greg --- Gregoire Pau EMBL Research Officer http://www.embl.de/~gpau/
On 01/12/10 08:53, Joel wrote:
Hi Is it possible to instead of getting the HTML code written to a file, get it saved as a string in an object instead? Or is there any kind of package that can do this? //Joel