
OS Grid Ref to Eastings and Northings
os2en.Rd
This function creates a data frame containing the easting and northing coordinates for the SW corner of the grid reference.
Examples
df <- data.frame(gridref = c("SO857197", "TQ327224", "SK797470"))
coords <- os2en(df$gridref)