-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·42 lines (41 loc) · 1.17 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·42 lines (41 loc) · 1.17 KB
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
# Generated by roxygen2: do not edit by hand
export(add_auto_labels)
export(add_group_colors)
export(add_group_styling)
export(clean_table)
export(extras)
export(get_group_rows)
export(theme_gt_compact)
export(use_jama_theme)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(gt,cell_fill)
importFrom(gt,cells_body)
importFrom(gt,px)
importFrom(gt,tab_options)
importFrom(gt,tab_style)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,add_p)
importFrom(gtsummary,all_stat_cols)
importFrom(gtsummary,all_tests)
importFrom(gtsummary,as_gt)
importFrom(gtsummary,bold_labels)
importFrom(gtsummary,bold_p)
importFrom(gtsummary,modify_header)
importFrom(gtsummary,modify_indent)
importFrom(gtsummary,modify_missing_symbol)
importFrom(gtsummary,modify_table_body)
importFrom(gtsummary,modify_table_styling)
importFrom(gtsummary,set_gtsummary_theme)
importFrom(gtsummary,style_pvalue)
importFrom(gtsummary,theme_gtsummary_compact)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,warn)
importFrom(stats,na.omit)