-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
225 lines (224 loc) · 6.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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# Generated by roxygen2: do not edit by hand
S3method(print,edc_lookup)
S3method(print,tm_database)
S3method(summary,common_cols)
export("%>%")
export(assert_no_duplicate)
export(assert_no_rows)
export(build_lookup)
export(check_subjid)
export(crf_status_plot)
export(edc_browse_excel)
export(edc_data_stop)
export(edc_data_warn)
export(edc_data_warnings)
export(edc_db_to_excel)
export(edc_example)
export(edc_example_ae)
export(edc_example_mixed)
export(edc_example_plot)
export(edc_inform_code)
export(edc_lookup)
export(edc_options)
export(edc_pal_crf)
export(edc_peek_options)
export(edc_population_plot)
export(edc_reset_options)
export(edc_swimmerplot)
export(edc_warn_extraction_date)
export(edc_warn_patient_diffs)
export(extend_lookup)
export(fct_yesno)
export(find_keyword)
export(get_common_cols)
export(get_crfname_cols)
export(get_datasets)
export(get_key_cols)
export(get_lookup)
export(get_meta_cols)
export(get_subjid_cols)
export(harmonize_subjid)
export(lastnews_table)
export(load_as_list)
export(load_list)
export(manual_correction)
export(read_all_csv)
export(read_all_sas)
export(read_all_xpt)
export(read_tm_all_xpt)
export(read_trialmaster)
export(reset_manual_correction)
export(save_list)
export(save_plotly)
export(save_sessioninfo)
export(search_for_newer_data)
export(select_distinct)
export(split_mixed_datasets)
export(table_format)
export(tibble)
export(unify)
importFrom(cli,cat_rule)
importFrom(cli,cli_abort)
importFrom(cli,cli_bullets)
importFrom(cli,cli_code)
importFrom(cli,cli_inform)
importFrom(cli,cli_vec)
importFrom(cli,cli_warn)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cli,format_inline)
importFrom(cli,qty)
importFrom(cli,rule)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,cur_column)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_expand)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_recode)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder2)
importFrom(forcats,fct_rev)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,file_copy)
importFrom(fs,file_exists)
importFrom(fs,file_size)
importFrom(fs,is_dir)
importFrom(fs,path)
importFrom(fs,path_dir)
importFrom(fs,path_ext)
importFrom(fs,path_ext_remove)
importFrom(fs,path_file)
importFrom(fs,path_home)
importFrom(fs,path_sanitize)
importFrom(fs,path_temp)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_fill)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(glue,glue)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,discard_at)
importFrom(purrr,imap)
importFrom(purrr,iwalk)
importFrom(purrr,keep)
importFrom(purrr,keep_at)
importFrom(purrr,list_flatten)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,modify)
importFrom(purrr,possibly)
importFrom(purrr,walk)
importFrom(readr,read_file)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,as_function)
importFrom(rlang,as_name)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,check_dots_empty)
importFrom(rlang,check_installed)
importFrom(rlang,current_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,have_name)
importFrom(rlang,is_error)
importFrom(rlang,is_formula)
importFrom(rlang,is_installed)
importFrom(rlang,is_named)
importFrom(rlang,is_null)
importFrom(rlang,peek_options)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(scales,label_percent)
importFrom(stats,na.omit)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,where)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(utils,write.csv2)