-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
77 lines (70 loc) · 1.73 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
url: https://CT-Data-Haven.github.io/cwi
destination: docs/
development:
mode: auto
template:
params:
bootswatch: yeti
reference:
- title: Functions - fetching
desc: Functions to fetch data from APIs
contents:
- "laus_trend"
- "multi_geo_acs"
- "multi_geo_decennial"
- "qwi_industry"
- title: Functions - survey & crosstabs
desc: Functions to read, clean, and analyze DataHaven Community Wellbeing Survey crosstabs
contents:
- "collapse_n_wt"
- "read_xtabs"
- "sub_nonanswers"
- "xtab2df"
- title: Functions - analyzing and plotting
desc: Functions to analyze or quickly plot data
contents:
- "adj_inflation"
- "geo_level_plot"
- "label_acs"
- "label_decennial"
- "quick_map"
- title: Datasets - reference
desc: Reference datasets, lookup tables, and crosswalks
contents:
- "acs_vars22"
- "basic_table_nums"
- "cb_avail"
- "ct5_clusters"
- "decennial_vars20"
- "ext_table_nums"
- "laus_codes"
- "msa"
- "naics_codes"
- "neighborhood_tracts"
- "occ_codes"
- "proxy_pumas"
- "regions"
- "school_dists"
- "tract2town"
- "village2town"
- "xwalk"
- "zip2town"
- title: Datasets - examples
desc: Datasets used for examples in vignettes, package docs, & testing
contents:
- "cws_demo"
- "gnh_tenure"
- title: Shapefiles
desc: Shapefiles in `sf` format
contents:
- "neighborhood_shapes"
- "town_sf"
- "tract_sf"
- title: Misc. / utilities
desc: Miscellaneous functions
contents:
- "batch_csv_dump"
- "fix_cogs"
- "jenks"
- "town_names"
- "separate_acs"