2016-09-22 6 views
1

これを実行するたびに「検索ボリュームが不足しています」というエラーが表示されます。誰かが私にこの理由を説明することはできますか?それはのdevのバージョンをインストールすることを示唆しているが、これはのために破損している - デモ中の用語は、[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のを見て、あるように思えます私。 「ボリューム」の問題は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. 
関連する問題