rstudio/cheatsheets

sf: st_point signature wrong (typo)

開放

#595 建立於 2025年12月9日

 (1 則留言) (0 個反應) (0 位負責人)TeX (1,944 個分叉)batch import
help wanted

倉庫指標

星標
 (6,404 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 PR)

描述

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:

貢獻者指南