Philippe Massicotte
Philippe Massicotte
I do not see an easy fix at the moment. Any ideas are welcome :)
@barbara1998 You are able to use `now 1-d` ?
Tx for reporting.
Oh good to know! Anyone has information on what happened?
Not sure what is going on, working on my side: ``` r library(gtrendsR) plot(gtrends("Biden", gprop = 'web', geo = 'US',time = "2023-02-15 2023-04-14" )) ```  Created on 2023-10-13 with...
I will try to have a look this week.
How did you get the red curve in your last plot? (I,e, what parameters have you used within `gtrendsR`).
Not sure to understand, This: gtrends("flu", geo='US', time= ('2020-01-01 2023-08-31')) matched the data you searched for Texas directly on the webpage?
Ok thank you!
Just noticed that it works if R is closed and if I am using this: ```lua vim.g.R_start_libs = 'base,stats,graphics,grDevices,utils,methods,janitor' ``` However, it stops working when R starts 