-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(coded_options)
export(dict_from_data)
export(dict_from_odk)
export(dict_from_redcap)
export(generate_coded_options)
export(k_anonymity)
export(k_anonymity_counts)
export(reclass_data)
export(valid_data)
export(valid_dict)
importFrom(chron,times)
importFrom(dbc,check_categorical)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(janitor,make_clean_names)
importFrom(janitor,remove_empty)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,`!!`)
importFrom(rlang,`:=`)
importFrom(rlang,ensym)
importFrom(stats,setNames)
importFrom(stringi,stri_trans_general)
importFrom(stringr,regex)
importFrom(stringr,str_extract)
importFrom(stringr,str_split)
importFrom(stringr,str_to_sentence)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)