我正在尝试将 Google Trend 结果导入 R。
我试过rGtrends和RGoogleTrends。第一个似乎在下载 CSV 文件时卡住了:
> require(devtools)
> install_github("rGtrends","emhart")
> library(rGtrends)
> my_terms <- c("Twitter", "Myspace")
> twit_ms <- rGtrends(my_terms)
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:/.../Documents/R/win-library/3.0/rGtrends/src/pyGTrends.py", line 105, in csv
raise Exception("Could not find requested section")
第二个我在登录时遇到问题(不知道为什么我需要提供我的谷歌用户名和密码?我可以在浏览器中探索谷歌趋势而无需这样做。)