Description
Tidygeocoder does not recognize the new Azure API key that replaces Bing Maps.
Steps to Reproduce
Include a small code example that someone else can run to reproduce the bug:
usethis::edit_r_environ()
BINGMAPS_API_KEY="Azure-api-key"
tidygeocoder::geocode(database, address, method = "bing", full_results = TRUE)
Error: Access was denied. You may have entered your credentials incorrectly, or you might not have access to the requested resource or operation.
Environment
Post the results of devtools::session_info() :
If you don't have devtools installed you can install it with install.packages("devtools")
Your Contribution
Do you see a way to resolve the issue? If so, mention this here.
When you are ready, you can open a pull request with a suggested bug fix and tag this issue. See the developers notes for help: https://jessecambon.github.io/tidygeocoder/articles/developer_notes.html
Description
Tidygeocoder does not recognize the new Azure API key that replaces Bing Maps.
Steps to Reproduce
Include a small code example that someone else can run to reproduce the bug:
Environment
Post the results of devtools::session_info() :
If you don't have devtools installed you can install it with install.packages("devtools")
Your Contribution
Do you see a way to resolve the issue? If so, mention this here.
When you are ready, you can open a pull request with a suggested bug fix and tag this issue. See the developers notes for help: https://jessecambon.github.io/tidygeocoder/articles/developer_notes.html