powered by
st_sfc(..., crs = NA_crs_, precision = 0)
c("stc_TYPE", "sfc")
sfg
pt1 = st_point(c(0,1)) pt2 = st_point(c(1,1)) (sfc = st_sfc(pt1, pt2)) d = data.frame(a = 1:2)
Run the code above in your browser using DataLab