Message-ID: <d8ad40b50809231224u41ee0b10r5ce08d0802374e1d@mail.gmail.com>
Date: 2008-09-23T19:24:56Z
From: Barry Rowlingson
Subject: Modifying output to Google Docs
In-Reply-To: <4bc14e460809231108i27a73a4xfd58666304f9ca46@mail.gmail.com>
2008/9/23 Ajay ohri <ohri2007 at gmail.com>:
> By outputting PDF directly to a Google Doc, it becomes light and portable
> for people to view and collaborate on projects in different parts of the
> world.
> If you extend this to Google spreadsheets this functionality is especially
> useful for financial reporting or marketing metrics reports or collaborative
> presentations to be made.
There's command-line tools (written in python, but probably in other
languages elsewhere) to do this:
http://code.google.com/p/gdatacopier/
their example is:
./gdoc-cp.py --username someone at gmail.com --import --local
files/doc.txt --title "New Document"
So all you need to do is call that from R with system() and wrap it
up in some R functions.
Barry