I\'m aware that you can publish spreadsheets on Google docs and then import them in R. However, let\'s say I have a function or some code I want to read in R (like in the sourc
There is an Package RGoogleDocs which supports uploading and downloading files. Once the file is downloaded, you can use source to read it.
source