
Function for creating a polygon from a grid reference, with the size of the polygon dependent on the precision of the grid reference
os2poly.Rd
This function creates an sf polygon object, .
Examples
df <- data.frame(gridref = c("SO85719789", "TQ327224", "SK7974", "TF73G"))
polys <- os2poly(df, grid_ref_col = "gridref")