-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
119 lines (118 loc) · 2.87 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(pm_append)
export(pm_city_all)
export(pm_city_any)
export(pm_city_detect)
export(pm_city_none)
export(pm_city_parse)
export(pm_city_std)
export(pm_country_all)
export(pm_country_any)
export(pm_country_detect)
export(pm_country_none)
export(pm_country_parse)
export(pm_country_std)
export(pm_country_trim)
export(pm_dictionary)
export(pm_evaluate)
export(pm_has_address)
export(pm_has_uid)
export(pm_has_unit)
export(pm_houseAlpha_all)
export(pm_houseAlpha_any)
export(pm_houseAlpha_detect)
export(pm_houseFrac_all)
export(pm_houseFrac_any)
export(pm_houseFrac_detect)
export(pm_houseFrac_none)
export(pm_houseFrac_parse)
export(pm_houseRange_all)
export(pm_houseRange_any)
export(pm_houseRange_detect)
export(pm_houseRange_match)
export(pm_houseRange_none)
export(pm_houseRange_parse)
export(pm_houseSuf_all)
export(pm_houseSuf_any)
export(pm_houseSuf_detect)
export(pm_houseSuf_none)
export(pm_houseSuf_parse)
export(pm_houseSuf_std)
export(pm_house_all)
export(pm_house_any)
export(pm_house_detect)
export(pm_house_none)
export(pm_house_parse)
export(pm_identify)
export(pm_intersect_detect)
export(pm_intersect_longer)
export(pm_intersect_wider)
export(pm_mutate)
export(pm_mutate_raw)
export(pm_parse)
export(pm_postal_all)
export(pm_postal_any)
export(pm_postal_detect)
export(pm_postal_none)
export(pm_postal_parse)
export(pm_prep)
export(pm_rebuild)
export(pm_replace)
export(pm_state_all)
export(pm_state_any)
export(pm_state_detect)
export(pm_state_none)
export(pm_state_parse)
export(pm_state_std)
export(pm_streetDir_all)
export(pm_streetDir_any)
export(pm_streetDir_detect)
export(pm_streetDir_none)
export(pm_streetDir_parse)
export(pm_streetDir_std)
export(pm_streetSuf_all)
export(pm_streetSuf_any)
export(pm_streetSuf_detect)
export(pm_streetSuf_none)
export(pm_streetSuf_parse)
export(pm_streetSuf_std)
export(pm_street_parse)
export(pm_street_std)
export(pm_type_partial)
export(pm_type_unknown)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(purrr,map)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,word)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,unnest)