-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_r_environ)
export(as_label)
export(as_name)
export(breakdown_geoid)
export(build_acs)
export(build_dec)
export(collapse4)
export(collapse4_pop)
export(collapse4_vap)
export(collapse5)
export(collapse5_pop)
export(collapse5_vap)
export(construct_geoid)
export(custom_geoid)
export(enquo)
export(enquos)
export(get_census_key)
export(has_census_key)
export(join_abb_ansi)
export(join_abb_fips)
export(join_abb_name)
export(join_ansi_abb)
export(join_ansi_fips)
export(join_ansi_name)
export(join_fips_abb)
export(join_fips_ansi)
export(join_fips_name)
export(join_name_abb)
export(join_name_ansi)
export(join_name_fips)
export(match_abb)
export(match_ansi)
export(match_fips)
export(match_name)
export(mem_build_acs)
export(mem_build_dec)
export(recode_abb_ansi)
export(recode_abb_fips)
export(recode_abb_name)
export(recode_ansi_abb)
export(recode_ansi_fips)
export(recode_ansi_name)
export(recode_fips_abb)
export(recode_fips_ansi)
export(recode_fips_name)
export(recode_name_abb)
export(recode_name_ansi)
export(recode_name_fips)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(tibble,tibble)
importFrom(tinytiger,tt_cache_clear)