nearest_outcode_lonlat function

Nearest outcodes given longitude and latitude

Nearest outcodes given longitude and latitude

Returns nearest outward codes for a given longitude and latitude. The search is based on the relative distance of the outcode centroid.

nearest_outcode_lonlat(longitude, latitude)

Arguments

  • longitude: A string or numeric. Needs to have at least three decimal points.
  • latitude: A string or numeric. Needs to have at least three decimal points.

Returns

A list with available data.

Examples

nearest_outcode_lonlat(0.127, 51.507)

See Also

postcode_lookup for documentation.