This is my code in R
trend1 <- gtrends (c(paste0( "House for sale in London", "House for sale in Birmingham")), geo = "GB", time = "2004-01-01 2016-12-30")
And the error is
Error: widget$status_code == 200 is not TRUE
It doesn't seem to be a common error. I don't know what happens to it because I don't think the code is wrong though. Please help!