This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
120 lines (119 loc) · 3.23 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
url: http://tech.popdata.org/ipumsr/
template:
path: "pkgdown/templates"
params:
docsearch:
api_key: 4ffa912ace97d2493f6ed39f20e94316
index_name: ipumsr
development:
mode: devel
navbar:
title: "ipumsr"
type: inverse
left:
- icon: "fa-home"
href: index.html
- text: "Intro"
href: "articles/ipums.html"
- text: "Reference"
href: "reference/index.html"
- text: "Articles"
menu:
- text: "Introduction"
href: "articles/ipums.html"
- text: "Value labels"
href: "articles/value-labels.html"
- text: "Geographic data in ipumsr"
href: "articles/ipums-geography.html"
- text: "Big IPUMS data"
href: "articles/ipums-bigdata.html"
- text: "IPUMS data extract API"
href: "articles/ipums-api.html"
- text: "------------------"
- text: "CPS exercise"
href: "articles/ipums-cps.html"
- text: "NHGIS exercise"
href: "articles/ipums-nhgis.html"
- text: "IPUMS Terra exercise"
href: "articles/ipums-terra.html"
- text: "More project exercises"
href: "https://ipums.org/exercises.shtml"
- text: "Changelog"
href: "news/index.html"
right:
- icon: fa-github
href: https://github.com/mnpopcenter/ipumsr
- icon: fa-users
href: https://forum.ipums.org
- icon: fa-globe
href: https://www.ipums.org/
home:
links:
- text: Ask a question
href: http://forum.ipums.org
reference:
- title: "Read IPUMS data"
contents:
- read_ipums_micro
- read_ipums_micro_list
- starts_with("read_nhgis")
- starts_with("read_terra")
- read_ipums_sf
- read_ipums_sp
- read_ipums_ddi
- read_ipums_codebook
- read_ipums_micro_chunked
- read_ipums_micro_list_chunked
- read_ipums_micro_yield
- read_ipums_micro_list_yield
- IpumsLongYield
- IpumsListYield
- title: "Explore IPUMS metadata"
contents:
- ipums_view
- ipums_var_info
- ipums_var_desc
- ipums_var_label
- ipums_val_labels
- ipums_website
- ipums_conditions
- ipums_file_info
- starts_with("ipums_list")
- title: "Work with value labels"
desc: "Translate IPUMS value labels to standard R data structures"
contents:
- lbl_na_if
- lbl_relabel
- lbl_define
- lbl_collapse
- zap_ipums_attributes
- lbl_clean
- lbl_add
- lbl_add_vals
- lbl
- title: "Interact with the IPUMS USA extract API (in development, not yet on CRAN)"
contents:
- define_extract_micro
- submit_extract
- get_extract_info
- get_last_extract_info
- get_recent_extracts_info
- wait_for_extract
- is_extract_ready
- download_extract
- revise_extract_micro
- save_extract_as_json
- define_extract_from_json
- ipums_data_collections
- extract_tbl_to_list
- extract_list_to_tbl
- title: "Other helpers"
desc: "Miscellaneous other helper functions for working with IPUMS data"
contents:
- ipums_bind_rows
- ipums_collect
- ipums_example
- starts_with("ipums_shape")
- join_failures
- set_ipums_var_attributes
- dplyr_select_style