help wanted
Métricas do repositório
- Stars
- (6.400 estrelas)
- Métricas de merge de PR
- (Mesclagem média 1m) (1 fundiu PR em 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: