R/duckdb-funs.R
ST_DWithin_GEOS.Rd
Returns true if two geometries are within a target distance of each-other.
ST_DWithin_GEOS(geom1, geom2, distance)
GEOMETRY
DOUBLE
BOOLEAN
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;