
Function for creating a polygon from a grid reference, with the size of the polygon dependant on the precision of the grid reference
os2point.Rd
This function creates an sf polygon object, .
Examples
df <- data.frame(gridref = c("SO857197", "TQ327224", "SK797470"))
coords <- os2point(df, grid_ref_col = "gridref")