[R] Save R2HTML as an object instead of file

Gregoire Pau gregoire.pau at embl.de
Wed Dec 1 10:00:57 CET 2010


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



More information about the R-help mailing list