rstudio/cheatsheets

sf: st_point signature wrong (typo)

Aberta

#595 aberto em 9 de dez. de 2025

 (1 comentário) (0 reação) (0 responsável)TeX (1.945 forks)batch import
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:

Guia do colaborador