You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your code is strange: c(paste0("House for sale in London", "House for sale in Birmingham")) is equivalent to "House for sale in LondonHouse for sale in Birmingham", i.e. a single string.
Opps, it’s actually is
trend1 <- gtrends (c( "House for sale in London", "House for sale in Birmingham”),
geo = "GB", time = "2004-01-01 2016-12-30”)
My bad. Thanks for responding
On Mar 6, 2017, at 11:57 AM, Philipp A. ***@***.***> wrote:
your code is strange: c(paste0("House for sale in London", "House for sale in Birmingham")) is equivalent to "House for sale in LondonHouse for sale in Birmingham", i.e. a single string.
are you sure, this is what you want?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
This is my code in R
And the error is
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!
The text was updated successfully, but these errors were encountered: