gtrendsR error HTTP 410

138 Views Asked by At

I am new to use a package, gtrendsR, running in R 3.4.1, windows 10. I succeeded in gconnect, but i get the following error message for any types of query passing to gtrends like below.

library(gtrendsR)
gconnect(usr=my_user_name,psw=my_password)
google.trends = gtrends(c("NHL"), geo="US",start_date="2017-01-01")

Error: Not enough search volume. Please change your search terms.
In addition: Warning message:
In request_GET(x, url, ...) : Gone (HTTP 410).

Anybody has some ideas to solve the problems?

0

There are 0 best solutions below