rstudio/cheatsheets

sf: st_point signature wrong (typo)

Open

#595 opened on Dec 9, 2025

 (1 comment) (0 reactions) (0 assignees)TeX (1,942 forks)batch import
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:

Contributor guide