-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
37 lines (37 loc) · 1.05 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
url: https://christopherkenny.github.io/censable
template:
params:
bootswatch: journal
reference:
- title: "Build Data"
desc: "Wrappers around censusapi to build redistricting data at various geographies"
- contents:
- has_concept("build")
- title: "Collapse"
desc: "Functions to collapse racial categories"
- contents:
- has_concept("collapse")
- title: "Recode"
desc: "Functions to recode common state variables as other identifiers"
- contents:
- has_concept("recode")
- title: "Join"
desc: "Functions to join common state variables to other identifiers"
- contents:
- has_concept("join")
- title: "GEOID Tools"
desc: "Mimic or work with Census GEOIDs"
- contents:
- has_concept("geoid")
- title: "Matching Functions"
desc: "Transform State Identifiers"
- contents:
- has_concept("match")
- title: "Example Data"
desc: "Data Included for Examples and Testing"
- contents:
- has_concept("data")
- title: "Other"
desc: "Other Functions"
- contents:
- lacks_concepts(c("build", "collapse", "recode", "join", "geoid", "data", "match"))