I am trying to log into my Google account in R using gconnect() in the gtrendsR package, but am running into issues. I have been doing research using Google Trends data for the last month, and have never had a problem with this.
Please let me know if you have any thoughts. I had Google Support take a look at my account to see if there were any holds or something, but nothing showed up. Also tried logging in through another account which didnt work..
This is what I am trying to do:
usr <- 'my_username@gmail.com'
psw <- 'my_password'
gconnect(usr, psw)
And then I am returned with the following error:
Google login failed! Check your login information.NULL