Skip to contents

Returns the perimeter 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 perimeter column)

See also

Other measurements: st_area(), st_length()

Examples

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