-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
206 lines (205 loc) · 5.9 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# Generated by roxygen2: do not edit by hand
export(check_attendance)
export(check_contacts)
export(check_duplicate_contacts)
export(check_duplicate_members)
export(check_employment)
export(check_gifts)
export(check_goals)
export(check_members)
export(check_outreach)
export(check_progress_notes)
export(check_supports)
export(check_users)
export(dict_campaign_names)
export(dict_city_county)
export(dict_support_types)
export(dict_table_names)
export(get_attendance)
export(get_average_daily_attendance)
export(get_birthdays)
export(get_contacts)
export(get_employment)
export(get_field_notes)
export(get_gifts)
export(get_goals)
export(get_holidays)
export(get_members)
export(get_outreach)
export(get_progress_notes)
export(get_staff_names)
export(get_supports)
export(get_table)
export(get_table_names)
export(get_users)
export(goc_plot)
export(goc_table)
export(goc_theme)
export(list_accessibility)
export(list_active_member_outreach)
export(list_all_donors)
export(list_all_member_outreach)
export(list_allergies)
export(list_attendance_checklist)
export(list_birthdays)
export(list_campaign_donors)
export(list_clubhouse_billing)
export(list_contacts)
export(list_current_employment)
export(list_employment_supports)
export(list_families)
export(list_fields)
export(list_gift_amounts_by_campaign)
export(list_gift_statement)
export(list_gifts)
export(list_gifts_by_campaign)
export(list_gifts_by_payment_method_and_time)
export(list_goal_types_by_staff)
export(list_goals_by_member_and_staff)
export(list_last_attendance)
export(list_member_signin)
export(list_members_by_city)
export(list_members_by_county)
export(list_members_by_year)
export(list_membership_by_the_numbers)
export(list_monthly_attendance_summary)
export(list_monthly_progress_notes)
export(list_monthly_supports_by_member)
export(list_new_members)
export(list_newly_absent_members)
export(list_organizations)
export(list_people)
export(list_record_counts)
export(list_referral_summary)
export(list_staff_progress_notes)
export(list_staff_time)
export(list_supported_employment_billing)
export(list_supports_by_member_and_type)
export(list_supports_by_staff_and_type)
export(list_supports_by_year)
export(list_tracking_by_member_and_staff)
export(list_veterans)
export(list_visitors_sign_in)
export(make_intersection)
export(make_intersection_v)
export(plot_active_members_over_time)
export(plot_attendance_by_year)
export(plot_daily_supports_by_type)
export(plot_gifts_by_year)
export(plot_gifts_vs_total_raised)
export(plot_member_attendance_by_month)
export(plot_members_by_year)
export(plot_membership_by_the_numbers)
export(plot_supports_by_member_and_type)
export(plot_supports_by_staff_and_type)
export(plot_top_10_campaigns_by_gifts)
export(plot_total_raised_by_payment_method)
export(plot_total_raised_by_year)
importFrom(DBI,dbGetQuery)
importFrom(RMySQL,dbDisconnect)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(flextable,add_header_row)
importFrom(flextable,align)
importFrom(flextable,align_nottext_col)
importFrom(flextable,align_text_col)
importFrom(flextable,as_chunk)
importFrom(flextable,as_paragraph)
importFrom(flextable,autofit)
importFrom(flextable,bg)
importFrom(flextable,bold)
importFrom(flextable,border_inner_h)
importFrom(flextable,border_inner_v)
importFrom(flextable,border_outer)
importFrom(flextable,colformat_num)
importFrom(flextable,fix_border_issues)
importFrom(flextable,flextable)
importFrom(flextable,font)
importFrom(flextable,fontsize)
importFrom(flextable,footnote)
importFrom(flextable,fp_text_default)
importFrom(flextable,italic)
importFrom(flextable,merge_at)
importFrom(flextable,padding)
importFrom(flextable,set_caption)
importFrom(flextable,set_formatter_type)
importFrom(flextable,set_header_labels)
importFrom(flextable,width)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(lubridate,"%--%")
importFrom(lubridate,"%within%")
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,day)
importFrom(lubridate,days)
importFrom(lubridate,ddays)
importFrom(lubridate,dhours)
importFrom(lubridate,dminutes)
importFrom(lubridate,dmonths)
importFrom(lubridate,floor_date)
importFrom(lubridate,int_end)
importFrom(lubridate,int_start)
importFrom(lubridate,month)
importFrom(lubridate,rollback)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(officer,fp_border)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(shiny,Progress)
importFrom(shiny,isRunning)
importFrom(stats,reorder)
importFrom(stringdist,stringdistmatrix)
importFrom(stringr,str_detect)
importFrom(stringr,str_to_title)
importFrom(tidyr,pivot_wider)
importFrom(utils,head)