banR
banR copied to clipboard
Adding geocode_csv() and geocode_csv_reverse() function
Hi I've added the following which I think may complement well the current features of the package:
- Adding the geocode_csv() function
- Adding the geocode_csv_reverse() function
- Both function are documented (Rd files added)
- Both functions are documented within the vignetter Rmd
Best regards.
Hi @joelgombin thanks for your feedback. You're absolutely right, columns = c("postcode", "adresse")
would be way more efficient for the end user and is R friendly however to be honest I've tried to pass a vector to the body
paramater of the POST()
function (and a list also) but it didn't work, that's why I used the ...
. Any solution for that ?
What's the diff with tbl_geocode?