
Eastings and Northings to OS Grid Ref This function converts eastings and northings to an OS grid ref of a specified length.
en2os.Rd
Eastings and Northings to OS Grid Ref This function converts eastings and northings to an OS grid ref of a specified length.
Examples
df <- data.frame(easting = c(385760, 532765, 479732), northing = c(219790, 122444, 347045))
gridrefs <- en2os(df$easting, df$northing, 6)