forked from impact-initiatives/cleaningtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_duration)
export(add_duration_from_audit)
export(add_info_to_cleaning_log)
export(add_percentage_missing)
export(add_ridl)
export(auto_detect_sm_parents)
export(auto_sm_parent_children)
export(check_duplicate)
export(check_duration)
export(check_fcs)
export(check_logical)
export(check_logical_with_list)
export(check_others)
export(check_others_checks)
export(check_outliers)
export(check_percentage_missing)
export(check_pii)
export(check_soft_duplicates)
export(check_value)
export(coerce_to_character)
export(create_audit_list)
export(create_clean_data)
export(create_cleaning_log)
export(create_col_range)
export(create_combined_log)
export(create_duration_from_audit_sum_all)
export(create_duration_from_audit_with_start_end)
export(create_formated_wb)
export(create_formatted_choices)
export(create_logic_for_other)
export(create_validation_list)
export(create_xlsx_cleaning_log)
export(detect_variable)
export(recreate_parent_column)
export(review_cleaning)
export(review_cleaning_log)
export(review_others)
export(review_sample_frame_with_dataset)
export(verify_valid_choices)
export(verify_valid_survey)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")