rstudio/cheatsheets

sf: st_point signature wrong (typo)

Ouverte

#595 ouverte le 9 déc. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)TeX (1 945 forks)batch import
help wanted

Métriques du dépôt

Stars
 (6 398 étoiles)
Métriques de merge PR
 (Merge moyen 1m) (1 PR mergée en 30 j)

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:

Guide contributeur