Skip to content
Prev 156907 / 398506 Next

Modifying output to Google Docs

2008/9/23 Ajay ohri <ohri2007 at gmail.com>:
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