Philippe Massicotte

Results 86 comments of Philippe Massicotte

Yes, I tried all key modifiers. I just tried on Chromium and nothing happens also.

Just got it working on Chrome. Still no luck on Firefox.

That is strange, I can not reproduce the problem on my side. ``` r library(gtrendsR) library(ggplot2) l

New try using your exact same GEO code: ``` r library(gtrendsR) library(ggplot2) l

@annika-stechemesser Can you try my code and see if you have the same results?

The first thing I notice is that some keywords return nothing: ![image](https://user-images.githubusercontent.com/4519221/191489122-09031113-ce47-4649-8fd9-735f6d0fba58.png)

You also my want to deal with queries that do not return something: ```r > for (i in terms) { + print(i) + + try(gtrends(i)) + Sys.sleep(1) + } [1]...

Interesting, it seems that 429 is related to too many requests: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 - Something changed on Google's side? - Check https://github.com/GeneralMills/pytrends if some similar issues pop-up in the next few...

Any update on this? This is the only thing I am missing from RStudio.