-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
143 lines (142 loc) · 4.39 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
# Generated by roxygen2: do not edit by hand
export(add_age)
export(add_average_active_needles)
export(add_disease_events)
export(add_grade_ctcae_event_column)
export(add_hrctv_volume_bins)
export(add_icis)
export(add_local_failure_event)
export(add_locoregional_event)
export(add_locoregional_event_with_verification)
export(add_lost_to_fu)
export(add_max_tumor_dimension)
export(add_metastases)
export(add_metastases_with_verification)
export(add_nodal_failure_event)
export(add_number_paraaortic_ln_stat_d)
export(add_parallel_oblique_needles)
export(add_parametrial_involvement)
export(add_systemic_failure_event)
export(add_time_to_bt)
export(add_time_to_diseaseevent)
export(add_time_to_last_vitalstatus)
export(add_vitalstatus_event)
export(apply_change_log)
export(apply_guess_factor)
export(check_multiple_locations)
export(check_nodal_location)
export(clean_eortc_names)
export(clean_side_effect_names)
export(createStyledExcelSheet)
export(create_comparative_outcomes_table)
export(emi_add_disease_control)
export(emi_add_progression_free_survival)
export(emii_add_cancer_specific)
export(emii_add_cancer_specific_with_verification)
export(emii_add_diagnostic_nodes)
export(emii_add_disease_control)
export(emii_add_disease_control_with_verification)
export(emii_add_distant_alone)
export(emii_add_distant_alone_with_verification)
export(emii_add_elective_targets)
export(emii_add_nodal_classification)
export(emii_add_nodalcontrol_incl_pao)
export(emii_add_nodalcontrol_incl_pao_with_verification)
export(emii_add_number_paraaortic_ln_statd)
export(emii_add_ott)
export(emii_add_outcome)
export(emii_add_paraaortic_nodal)
export(emii_add_paraaortic_nodal_with_verification)
export(emii_add_pelvic_event)
export(emii_add_pelvic_event_with_verification)
export(emii_add_pelvic_nodal_event)
export(emii_add_pelvic_nodal_event_with_verification)
export(emii_add_progression_free_survival)
export(emii_add_progression_free_survival_with_verification)
export(emii_add_recurrent_nodes)
export(emii_add_systemic_excl_pao)
export(emii_add_systemic_excl_pao_with_verification)
export(emii_add_trak_absolute)
export(emii_find_outliers)
export(emii_get_clean_data)
export(emii_get_critical_parameter_status)
export(emii_get_data_dictionary)
export(emii_get_dosimetric_parameter_status)
export(emii_get_gyn_remission_data)
export(emii_get_lymph_nodes_statd)
export(emii_get_remission_data)
export(emii_get_summary_statistics)
export(emii_select_key_variables)
export(emii_verify_all_events)
export(filter_grade_threshold)
export(generateExcelReportsForPatients)
export(generatePatientExcelReports)
export(get_combined_outcomes)
export(get_followup_events)
export(get_latest_side_effects)
export(get_max_of_two_columns)
export(get_max_side_effects)
export(get_nodal_location_patient_summary)
export(get_nodal_location_summary)
export(get_recurrence_and_metastases_summary)
export(guess_factor)
export(load_combined_embrace)
export(load_embrace_i)
export(load_embrace_ii)
export(map_column_names)
export(move_row)
export(process_combined_data)
export(process_emi_data)
export(process_emii_data)
export(recode_and_convert_all_columns)
export(recode_and_convert_column)
export(recode_factor_levels)
export(reorder_columns_based_on_date)
export(replace_infinite_with_NA)
export(replace_neg_one_with_NA)
export(reshape_side_effects)
export(save_embrace_data)
export(save_eviguide_data)
export(threshold)
export(transpose_sheet_to_wide)
import(dplyr)
import(glue)
import(gtsummary)
import(here)
import(janitor)
import(lubridate)
import(openxlsx)
import(purrr)
import(readxl)
import(stringr)
import(tidyr)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,add_p)
importFrom(gtsummary,bold_p)
importFrom(gtsummary,modify_caption)
importFrom(gtsummary,modify_header)
importFrom(gtsummary,modify_spanning_header)
importFrom(gtsummary,tbl_summary)
importFrom(lubridate,as.duration)
importFrom(lubridate,ddays)
importFrom(lubridate,interval)
importFrom(lubridate,year)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,write.xlsx)
importFrom(openxlsx,writeData)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,IQR)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stringr,str_extract)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)