I'm using the ggmpap
geocode function to geocode a long list of addresses.
I'm aware of google's 2500 free query limit, but I've signed up to pay as you go for additional requests.
I've used my API key in register_google(key = [MyGoogleGeoAPIKey])
Why do I still get the error message
"query max exceeded, see ?geocode. current total = 2500"
when I've reached 2500 queries?
I've also tried with override_limit=TRUE
but that doesn't seem to do anything in my case.
Note my code worked fine for the first 2500 queries!