Modifying output to Google Docs
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