How to go from MULTIPOINT to just point? · Issue #114 · r-spatial/sf

Reproducible example: x = st_line_sample(st_transform(ls, 3857), density = c(1/1000, 1/10000)) # one per km, one per 10 km class(x) ## [1] "sfc_MULTIPOINT" "sfc" Is there a function, e.g. as.st_poi...