help wanted
Repository metrics
- Stars
- (6,395 stars)
- PR merge metrics
- (Avg merge 1m) (1 merged PR in 30d)
Description
The sf cheatsheet lists the signature of st_point as
st_point(x, c(numeric vector), dim = "XYZ")
where it should be
st_point(x = c(numeric vector), dim = "XYZ")
Screenshot with context: