-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.57 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
# Generated by roxygen2: do not edit by hand
export(cod_calculate_age)
export(cod_calculate_ages)
export(cod_check_age)
export(cod_check_code)
export(cod_check_code_age_icd10)
export(cod_check_code_age_icd10_)
export(cod_check_code_age_icd11)
export(cod_check_code_age_icd11_)
export(cod_check_code_ill_defined_icd10)
export(cod_check_code_ill_defined_icd11)
export(cod_check_code_sex_icd10)
export(cod_check_code_sex_icd10_)
export(cod_check_code_sex_icd11)
export(cod_check_code_sex_icd11_)
export(cod_check_code_structure_icd10)
export(cod_check_code_structure_icd11)
export(cod_check_code_summary)
export(cod_check_code_unlikely_icd10)
export(cod_check_code_unlikely_icd11)
export(cod_check_codedit_input)
export(cod_check_dod)
export(cod_check_sex)
export(cod_recode_age_type)
export(cod_recode_sex)
export(cod_structure_input)
export(expand_icd10_code_range)
export(get_age_values)
export(list_ill_defined_icd11)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)