Farrel Buchinsky
2009-May-19 03:10 UTC
[R] RGoogleDocs: can now see documents but cannot get content.
The author of the package, Duncan Temple Lang posted an update. I have installed it and now can list my spreadsheets but alas I cannot read the data within any of them. Has anybody been able to get it to work. I would love to see a real live example of sheetAsMatrix I am not sure how to specify sheet and con = sheet@connection. I have tried many ways but just get: Error in !includeEmpty : invalid argument type Windows Vista (with UAC disabled) R 2.9.0 Farrel Buchinsky [[alternative HTML version deleted]]
Duncan Temple Lang
2009-May-20 16:28 UTC
[R] RGoogleDocs: can now see documents but cannot get content.
Hi Farrel This particular problem is a trivial issue of an argument out of place due to a change in the function definition during the development. There is a new version of the package (0.2-2) and it also uses a slightly different approach (and function) to pull the values into the form of an R data frame. Please try that and hopefully it will work. The code in the run.pdf (or run.html) file on the Web page and in the package works and is the best and shortest example of sheetAsMatrix(). Let me know if there are still problems. D. Farrel Buchinsky wrote:> The author of the package, Duncan Temple Lang posted an update. I have > installed it and now can list my spreadsheets but alas I cannot read the > data within any of them. > Has anybody been able to get it to work. > I would love to see a real live example of sheetAsMatrix > I am not sure how to specify sheet and con = sheet at connection. I have tried > many ways but just get: > Error in !includeEmpty : invalid argument type > > Windows Vista (with UAC disabled) > R 2.9.0 > > Farrel Buchinsky > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.