-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
106 lines (105 loc) · 3.02 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
# Generated by roxygen2: do not edit by hand
export(comma)
export(covid_eviction_labels)
export(custom_ojo_theme)
export(hc_theme_ojo)
export(highchart_label_formatter)
export(ojo_add_geoid)
export(ojo_add_geometries)
export(ojo_add_month_and_year)
export(ojo_add_population)
export(ojo_aggregate)
export(ojo_district_and_date_filters)
export(ojo_highchart_map)
export(ojo_optional_filter)
export(ojo_plot_lines)
export(percent)
export(pretty_variable_names)
export(report_percent_missing)
export(tably)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,cross_join)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,nth)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(geojsonsf,sf_geojson)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,as_labeller)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(grDevices,nclass.FD)
importFrom(graphics,hist)
importFrom(highcharter,color_classes)
importFrom(highcharter,color_stops)
importFrom(highcharter,hc_add_series_map)
importFrom(highcharter,hc_add_theme)
importFrom(highcharter,hc_caption)
importFrom(highcharter,hc_colorAxis)
importFrom(highcharter,hc_legend)
importFrom(highcharter,hc_mapNavigation)
importFrom(highcharter,hc_theme)
importFrom(highcharter,hc_theme_merge)
importFrom(highcharter,hc_theme_smpl)
importFrom(highcharter,highchart)
importFrom(htmlwidgets,JS)
importFrom(janitor,round_half_up)
importFrom(jsonlite,fromJSON)
importFrom(lifecycle,deprecated)
importFrom(lubridate,floor_date)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(ojodb,ojo_pal)
importFrom(purrr,map_chr)
importFrom(rlang,as_label)
importFrom(rlang,check_installed)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_text)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(scales,label_comma)
importFrom(snakecase,to_title_case)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(stringr,str_flatten)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_upper)
importFrom(tidycensus,get_estimates)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tigris,counties)
importFrom(tigris,states)
importFrom(viridis,magma)