Last chance! 50% off unlimited learning
Sale ends in
st_sfc(lst, epsg = NA_integer_, proj4string = NA_character_)
pt1 = st_point(c(0,1))
pt2 = st_point(c(1,1))
(sfc = st_sfc(list(pt1, pt2)))
d = data.frame(a = 1:2)
Run the code above in your browser using DataLab