-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
156 lines (155 loc) · 4.17 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
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
155
156
# Generated by roxygen2: do not edit by hand
export(acs_survey_label)
export(acs_survey_label_table)
export(acs_survey_match)
export(acs_survey_sample)
export(acs_survey_ts)
export(acs_table_race_iteration)
export(acs_table_variables)
export(aes_acs_col)
export(aes_errorbarh)
export(aes_errorbarv)
export(assign_acs_reliability)
export(collapse_acs_variables)
export(cols_acs_label)
export(cols_label_ext)
export(cols_merge_uncert_ext)
export(fct_recode_with_list)
export(filter_acs)
export(fmt_acs_county)
export(fmt_acs_estimate)
export(fmt_acs_jam_values)
export(fmt_acs_minutes)
export(fmt_acs_percent)
export(geom_acs_col)
export(geom_acs_errorbar)
export(geom_acs_errorbarh)
export(geom_acs_errorbarv)
export(get_acs_geographies)
export(get_acs_geography)
export(get_acs_metadata)
export(get_acs_tables)
export(get_acs_ts)
export(get_decennial_ts)
export(get_geography_params)
export(gt_acs)
export(gt_acs_compare)
export(gt_acs_compare_vars)
export(join_acs_denominator)
export(join_acs_geography_ratio)
export(join_acs_parent_column)
export(join_acs_percent)
export(join_acs_percent_parent)
export(label_acs_column_metadata)
export(label_acs_metadata)
export(label_acs_table_metadata)
export(labs_acs_survey)
export(load_acs_vars)
export(make_area_xwalk)
export(make_block_xwalk)
export(pivot_acs_wider)
export(scale_x_acs)
export(scale_x_acs_estimate)
export(scale_x_acs_percent)
export(scale_x_acs_ts)
export(scale_y_acs)
export(scale_y_acs_estimate)
export(scale_y_acs_percent)
export(scale_y_acs_ts)
export(select_acs)
export(tab_acs_source_note)
export(tab_acs_spanner_delim)
export(use_area_xwalk)
export(vec_get_acs)
import(rlang)
import(tidyselect)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(cli,cli_progress_along)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_warn)
importFrom(cli,col_blue)
importFrom(cli,pb_bar)
importFrom(cli,pb_percent)
importFrom(cli,symbol)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_errorbarh)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(glue,glue)
importFrom(gt,cols_label)
importFrom(gt,cols_merge_uncert)
importFrom(gt,fmt)
importFrom(gt,fmt_number)
importFrom(gt,fmt_percent)
importFrom(gt,gt)
importFrom(gt,md)
importFrom(gt,tab_source_note)
importFrom(gt,tab_spanner)
importFrom(gt,tab_spanner_delim)
importFrom(knitr,combine_words)
importFrom(lifecycle,deprecated)
importFrom(purrr,list_cbind)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(rappdirs,user_cache_dir)
importFrom(rlang,arg_match0)
importFrom(rlang,current_env)
importFrom(rlang,has_name)
importFrom(rlang,try_fetch)
importFrom(scales,label_comma)
importFrom(scales,label_percent)
importFrom(sf,st_as_sf)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_join)
importFrom(sf,st_make_valid)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stats,weighted.mean)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(tidycensus,get_acs)
importFrom(tidycensus,get_decennial)
importFrom(tidycensus,load_variables)
importFrom(tidycensus,moe_prop)
importFrom(tidycensus,moe_ratio)
importFrom(tidycensus,moe_sum)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tigris,blocks)
importFrom(tigris,erase_water)
importFrom(tigris,tracts)
importFrom(vctrs,list_drop_empty)
importFrom(vctrs,vec_assign)
importFrom(vctrs,vec_cbind)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_recycle_common)
importFrom(vctrs,vec_rep)
importFrom(vctrs,vec_slice)
importFrom(withr,with_environment)