rstudio/cheatsheets

sf: st_point signature wrong (typo)

开放

#595 创建于 2025年12月9日

 (1 条评论) (0 个反应) (0 位负责人)TeX (1,944 个派生)batch import
help wanted

仓库指标

星标
 (6,397 个星标)
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:

贡献者指南