find_postcode_centre: Find the centroid of a postcode

View source: R/find_postcode_centre.R

find_postcode_centreR Documentation

Find the centroid of a postcode

Description

Uses https://postcodes.io to find centre coordinates of a postcode area

Usage

find_postcode_centre(postcode)

Arguments

postcode

A UK postcode, e.g. EH41 4BN

Value

A vector containing easting and northing, e.g. c(352066, 673922)

Examples

find_postcode_centre("EH41 4BN")

n-fanton/aesmapr documentation built on May 7, 2022, 12:09 a.m.