2008/9/23 Ajay ohri <[EMAIL PROTECTED]>: > 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 [EMAIL PROTECTED] --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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.