Skip to content

Commit 2108101

Browse files
committed
Add rough reorganization of pkgdown reference index
1 parent a93a499 commit 2108101

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

_pkgdown.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,46 @@ url: https://r-spatial.github.io/sf/
22

33
template:
44
bootstrap: 5
5+
6+
reference:
7+
- title: Simple features objects
8+
contents:
9+
- sf
10+
- sfc
11+
- sgbp
12+
- title: Operations
13+
contents:
14+
- starts_with("st_")
15+
- title: Database operators
16+
contents:
17+
- starts_with("db")
18+
- title: Visualize spatial data
19+
desc: >
20+
See more in `vignette("sf5")`
21+
contents:
22+
- plot
23+
- title: sf methods
24+
contents:
25+
- tidyverse
26+
- tibble
27+
- vctrs
28+
- transform.sf
29+
- aggregate.sf
30+
- merge.sf
31+
- summary.sfc
32+
- as
33+
- title: Data objects
34+
contents:
35+
- nc
36+
- title: Other helpers
37+
contents:
38+
- extension_map
39+
- gdal_addo
40+
- gdal_utils
41+
- Ops
42+
- prefix_map
43+
- proj_tools
44+
- rawToHex
45+
- sf_extSoftVersion
46+
- sf_project
47+

0 commit comments

Comments
 (0)