以下是處理:我已經安裝了OmegaHat存儲庫中的RGoogleDocs包,並且在安裝過程中一切正常,但是當我嘗試加載特定文檔(電子表格)時,它聲明我是未經授權的!RGoogleDocs身份驗證失敗
我所做的:
# installation
install.packages("RGoogleDocs", repos = "http://www.omegahat.org/R")
library(RGoogleDocs)
auth <- getGoogleAuth("[email protected]", "password")
con <- getGoogleDocsConnection(auth)
docs <- getDocs(con)
dtf <- getDocContent("documentname", con)
Error: Unauthorized
其中有趣的是,我可以列出所有文件(我有權這樣做),但我沒有授權加載任何! O_o 如果我輸入文件名稱names(docs)
出現,但我無法獲得他們的內容!同樣代表進行正式help page表示:「電子表格法」:
sheets.con <- getGoogleDocsConnection(getGoogleAuth("[email protected]", "password", service = "wise"))
> a <- getDocs(sheets.con)
Error in getDocs(sheets.con) :
problems connecting to get the list of documents
我會將500克世界上最好的巧克力送給你。 Whole Foods在這裏出售大塊的Barry Callebaut。 – Farrel 2010-07-14 20:11:55
Callebaut很好,尤其是烹飪方面,但我個人最喜歡吃的是Michel Cluizel的Los Ancones。順便提一下,Farrel,您可能會對新的Stack Exchange站點http://cooking.stackexchange.com感興趣! – Harlan 2010-07-15 13:18:24