rstudio/cheatsheets

sf: st_point signature wrong (typo)

Aperta

#595 aperta il 9 dic 2025

 (1 commento) (0 reazioni) (0 assegnatari)TeX (1944 fork)batch import
help wanted

Metriche repository

Star
 (6397 stelle)
Metriche merge PR
 (Merge medio 1m) (1 PR mergiata in 30 g)

Descrizione

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:

Guida contributor