2016-09-22 70 views
1

每當運行此,我得到「沒有足夠的搜索量錯誤」。有人可以解釋我的原因嗎?在演示術語[1]「Neoforma.com公司」gtrends包提供「沒有足夠的搜索量錯誤」

library(gtrendsR) 
require("XLConnect") 


library(readxl) 

# read_excel reads both xls and xlsx files 

data <- read_excel("mydata.xlsx") 

listnames <- list(namesonly) 
len<-length(namesonly) 

ch <- gconnect("[email protected]", "xxxx") 
for(i in 1:len){ 
    print(demo[i]) 
    lang_trend <- gtrends(query=demo[i]**strong text**) 
    #jpeg(file= c("data number", i , ".jpeg")) 
    plot(lang_trend) 
    #dev.off() 
} 

回答

0

好像有與GtrendsR可能持續存在的問題,看看GitHub的 - 它建議安裝dev的版本,但是這對於損壞我。有人建議'量'問題是由於達到API限制,但顯然情況並非如此。對不起,沒有更多的幫助。 AB

Changes in Google Trends API 

Due to recent changes to Google Trends API, the CRAN version of the package is no longer working. If you wan to continue to query Google Trends, you have to install the development version of the package. This will be soon deployed on CRAN. 
相關問題