geocode.Rd
Use BC Geocoder to geocode addresses. This is slow, goes through address list one by one
geocode(data, address_field = "addressString", localities = NULL)
data frame with rows to be geocoded
column in data frame that contains the address string
optional array of locality names to restrict search to
data frame with `X`, `Y` columns for longitude and latitude, as well as matching `score`, `matchPrecision` and cleaned `usedAddressString`