-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 872 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 872 Bytes
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
# Generated by roxygen2: do not edit by hand
export(calculate_most_frequent)
export(check_patterns_in_column)
export(convert_to)
export(correct_decimal_sign)
export(cut_numeric_value)
export(extract_patient_data)
export(extract_unit_capacity)
export(extract_year_from_age)
export(fix_age)
export(fix_bmi)
export(fix_fbg)
export(fix_id)
export(fix_sex)
export(fix_t1d_diagnosis_age)
export(fix_testing_frequency)
export(get_tracker_year)
export(harmonize_patient_data_columns)
export(process_raw_patient_file)
export(process_raw_product_file)
export(process_tracker_file)
export(process_tracker_patient_data)
export(process_tracker_product_data)
export(read_cleaned_patient_data)
export(read_column_synonyms)
export(reading_patient_data)
export(report_empty_intersections)
export(sanitize_str)
export(setup_logger)
export(with_file_logger)
importFrom(data.table,"%like%")