The limit argument is not being passed to the bing batch geocoder
a <- geocode(tibble(x = c('paris', 'london')), address = x, full_results = TRUE, method = 'bing', limit = 10, return_input = FALSE, return_addresses = FALSE, verbose = TRUE, mode = 'batch')
Output:
Number of Unique Addresses: 2
Executing batch geocoding...
Batch limit: 50
Passing 2 addresses to the bing batch geocoder
Querying API URL: http://spatial.virtualearth.net/REST/v1/Dataflows/Geocode
Passing the following parameters to the API:
key : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
input : "pipe"
Bing: Batch job:
Created (HTTP 201).
Bing: Pending
Bing: Completed
Created (HTTP 201).
Bing: Processed: 2 | Succeeded: 2 | Failed: 0
Bing: Batch job processed in: 19.7 seconds
Query completed in: 20.2 seconds
2 rows are returned (one for paris and one for london).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4