POINT
LINESTRINGS
R/st_nest_coordinates.R
st_unnest_coordinates.Rd
Unnest POINT geometries from LINESTRINGS
st_unnest_coordinates(x)
a sf object containing LINESTRING geometries.
sf
LINESTRING
A df where each row contains the x1, y1, x2, and y2
df
x1
y1
x2
y2
coordinates for a line.