Return a square frame surrounding a list of sf
st_squared_geometry(list_sf, buffer_dist = NULL)
A list of objects of class sf
numeric; buffer distance for all, or for each of the elements in x; in case dist is a units object, it should be convertible to arc_degree if x has geographic coordinates, and to st_crs(x)$units otherwise. See function `sf_buffer` from package `sf` for details