nearest_outcode_lonlat: Nearest outcodes given longitude and latitude

View source: R/nearest_outcode_lonlat.R

nearest_outcode_lonlatR Documentation

Nearest outcodes given longitude and latitude

Description

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

Usage

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.

Value

A list with available data.

See Also

postcode_lookup for documentation.

Examples


nearest_outcode_lonlat(0.127, 51.507)



erzk/PostcodesioR documentation built on April 19, 2023, 8:04 a.m.