Skip to content
Back to formatted view

Raw Message

Message-ID: <48DA09EF.4020801@bitwrit.com.au>
Date: 2008-09-24T09:35:43Z
From: Jim Lemon
Subject: Modifying output to Google Docs
In-Reply-To: <4bc14e460809230925m2882db06q8311423504d44c9d@mail.gmail.com>

Ajay ohri wrote:
> Hi List,
> Graphical output to PDF's ,RTF ,CSV is known through R.
> Can it be modified for outputting to Google Docs (which is basically
> uploaded files ,published to become html pages)
>
> Is there any package on this ?
>
>   
Hi Ajay,
Do you mean transforming R output into HTML? The R2HTML package does 
this, and the htmlize and R2html functions in the prettyR package do so 
as well.

Jim