Skip to content
Back to formatted view

Raw Message

Message-ID: <4CF60EC9.70903@embl.de>
Date: 2010-12-01T09:00:57Z
From: Gregoire Pau
Subject: Save R2HTML as an object instead of file
In-Reply-To: <1291189998603-3066776.post@n4.nabble.com>

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