Skip to contents

Returns the area of the geometry column.

Arguments

x

dbSpatial object

geomName

character string. The geometry column name. Default: "geom".

...

additional arguments passed to methods

Value

dbSpatial object (lazy tibble with area column)

See also

Other measurements: st_length(), st_perimeter()

Examples

if (FALSE) { # \dontrun{
st_area(x)
} # }