View source: R/nearest_outcode_lonlat.R
nearest_outcode_lonlat | R Documentation |
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)
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. |
A list with available data.
postcode_lookup
for documentation.
nearest_outcode_lonlat(0.127, 51.507)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.