Skip to contents

Nest POINT geometries to LINESTRING

Usage

st_nest_coordinates(x)

Arguments

x

a df containing coordinates in columns named x1, y1, x2, and y2.

Value

A sf object containing LINESTRING geometries without a CRS.