View source: R/find_postcode_centre.R
find_postcode_centre | R Documentation |
Uses https://postcodes.io to find centre coordinates of a postcode area
find_postcode_centre(postcode)
postcode |
A UK postcode, e.g. EH41 4BN |
A vector containing easting and northing, e.g.
c(352066, 673922)
find_postcode_centre("EH41 4BN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.