-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
109 lines (108 loc) · 2.77 KB
/
NAMESPACE
File metadata and controls
109 lines (108 loc) · 2.77 KB
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
# Generated by roxygen2: do not edit by hand
export(create_dummy_data_adm)
export(create_dummy_data_com)
export(create_dummy_data_e1d)
export(create_dummy_data_ef1)
export(create_dummy_data_gr)
export(create_dummy_data_gr200)
export(create_dummy_data_hr)
export(create_dummy_data_om)
export(get_ipeds_unitid)
export(make_adm_part_B)
export(make_adm_part_C)
export(make_adm_part_D)
export(make_adm_part_F)
export(make_adm_part_G)
export(make_adm_part_H)
export(make_com_part_A)
export(make_com_part_B)
export(make_com_part_C)
export(make_com_part_D)
export(make_com_part_E)
export(make_e1d_part_A)
export(make_e1d_part_B)
export(make_e1d_part_C)
export(make_e1d_part_D)
export(make_e1d_part_E)
export(make_e1d_part_F)
export(make_ef1_part_A)
export(make_ef1_part_B)
export(make_ef1_part_C)
export(make_ef1_part_D)
export(make_ef1_part_E)
export(make_ef1_part_F)
export(make_ef1_part_G)
export(make_ef1_part_H)
export(make_gr200)
export(make_gr_part_B)
export(make_gr_part_C)
export(make_gr_part_E)
export(make_hr_part_A1)
export(make_hr_part_A2)
export(make_hr_part_B1)
export(make_hr_part_B2)
export(make_hr_part_B3)
export(make_hr_part_D1)
export(make_hr_part_D2)
export(make_hr_part_D3)
export(make_hr_part_D4)
export(make_hr_part_G1)
export(make_hr_part_G2)
export(make_hr_part_H1)
export(make_hr_part_H2)
export(make_om_part_A)
export(make_om_part_B)
export(make_om_part_C)
export(make_om_part_D)
export(prep_com_data_frame)
export(prep_ef1_data_frame)
export(prep_hr_data_frame)
export(prep_om_data_frame)
export(produce_adm_report)
export(produce_com_report)
export(produce_e1d_report)
export(produce_ef1_report)
export(produce_gr200_report)
export(produce_gr_report)
export(produce_hr_report)
export(produce_om_report)
export(produce_other_report)
export(write_report)
export(write_report_csv)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,is_present)
importFrom(lubridate,dyears)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,map_df)
importFrom(rlang,.data)
importFrom(stats,quantile)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_to_upper)
importFrom(svDialogs,dlg_dir)
importFrom(svDialogs,dlg_input)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(utils,write.table)