R/utils.R
as_bbox.Rd
If the x does not have a CRS, WGS84 is assumed.
as_bbox(x)
Simple feature object (or compatible) or a bounding box, provided either as a matrix (with x, y as rows and min, max as columns) or as a vector (xmin, ymin, xmax, ymax)
A bounding box as returned by sf::st_bbox()
sf::st_bbox()