-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
154 lines (136 loc) · 3.38 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
url: https://slu-openGIS.github.io/postmastr/
authors:
Christopher Prener:
href: https://chris-prener.github.io
reference:
- title: "Parse Data"
desc: "High-level Parsing"
contents:
- pm_parse
- title: "Dictionaries"
desc: "Functions and Data for Creating Dictionaries"
contents:
- pm_dictionary
- pm_append
- dic_us_dir
- dic_us_intersect
- dic_us_states
- dic_us_suffix
- title: "Prepare Data"
desc: "Create and Validate `postmastr` Objects"
contents:
- pm_identify
- pm_evaluate
- pm_type_partial
- pm_type_unknown
- pm_mutate_raw
- pm_prep
- pm_has_address
- pm_has_uid
- title: "Intersections"
desc: "Work with Intersection Data"
contents:
- pm_intersect_detect
- pm_intersect_longer
- pm_intersect_wider
- title: "Postal Codes"
desc: "Work with Postal (Zip) Codes"
contents:
- pm_postal_any
- pm_postal_all
- pm_postal_detect
- pm_postal_none
- pm_postal_parse
- title: "States"
desc: "Work with State Names and Abbreviations"
contents:
- pm_state_any
- pm_state_all
- pm_state_detect
- pm_state_none
- pm_state_parse
- pm_state_std
- title: "Cities"
desc: "Work with City Names"
contents:
- pm_city_any
- pm_city_all
- pm_city_detect
- pm_city_none
- pm_city_parse
- pm_city_std
- title: "Units"
desc: "Work with Unit Names and Numbers"
contents:
- pm_has_unit
- title: "House Numbers"
desc: "Work with House Numbers, Including Alphanumeric House Numbers (e.x. 123A Main St)"
contents:
- pm_house_any
- pm_house_all
- pm_house_detect
- pm_house_none
- pm_house_parse
- pm_houseAlpha_any
- pm_houseAlpha_all
- pm_houseAlpha_detect
- title: "House Number Ranges"
desc: "Work with House Number Ranges (e.x. '123-5 Main St')"
contents:
- pm_houseRange_any
- pm_houseRange_all
- pm_houseRange_detect
- pm_houseRange_none
- pm_houseRange_match
- pm_houseRange_parse
- title: "Fractional House Numbers"
desc: "Work with Fractional House Numbers (e.x. '123 1/2 Main St')"
contents:
- pm_houseFrac_any
- pm_houseFrac_all
- pm_houseFrac_detect
- pm_houseFrac_none
- pm_houseFrac_parse
- title: "House Suffix Values"
desc: "Work with House Suffix Values (e.x. '123 Rear Main St')"
contents:
- pm_houseSuf_any
- pm_houseSuf_all
- pm_houseSuf_detect
- pm_houseSuf_none
- pm_houseSuf_parse
- pm_houseSuf_std
- title: "Street Directionals"
desc: "Work with Street Directionals (e.x. N, S, etc.)"
contents:
- pm_streetDir_any
- pm_streetDir_all
- pm_streetDir_detect
- pm_streetDir_none
- pm_streetDir_parse
- pm_streetDir_std
- title: "Street Suffixes"
desc: "Work with Street Suffix Types (e.x. Ave, St, etc.)"
contents:
- pm_streetSuf_any
- pm_streetSuf_all
- pm_streetSuf_detect
- pm_streetSuf_none
- pm_streetSuf_parse
- pm_streetSuf_std
- title: "Streets"
desc: "Work with Street Names"
contents:
- pm_street_parse
- pm_street_std
- title: "Reconstruct Data"
desc: "Add Parsed Data Back into Source"
contents:
- pm_mutate
- pm_replace
- pm_rebuild
- title: "Sample Data"
desc: "Sushi Resturants in St. Louis and its Enviorns"
contents:
- sushi1
- sushi2