rstudio/cheatsheets

sf: st_point signature wrong (typo)

オープン

#595 opened on 2025/12/09

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TeX (1,943 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (6,396 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 1 merged 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:

コントリビューターガイド