-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 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
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export("%>%")
export(mean_sd)
export(median_se)
export(mest_se)
export(open_working_directory)
export(report_save)
export(save_custom_plot)
export(theme_bene)
export(theme_gt_apa)
export(theme_gtsummary_apa)
export(to_tibble)
export(tr_mean_se)
export(use_analysis_template)
export(use_base_theme)
export(use_carto_theme)
export(use_custom_folder)
export(use_custom_theme)
export(use_data_cleaning_template)
export(use_dksz_theme)
export(use_helper_functions)
export(use_latex_template)
export(use_palli_theme)
export(use_pedscience_theme)
export(use_personal_theme)
export(use_pomo_theme)
export(win_mean_se)
import(ggplot2)
importFrom(fs,dir_copy)
importFrom(fs,dir_create)
importFrom(fs,dir_info)
importFrom(fs,dir_ls)
importFrom(fs,file_copy)
importFrom(fs,file_show)
importFrom(fs,path)
importFrom(fs,path_package)
importFrom(fs,path_wd)
importFrom(ggplot2,ggsave)
importFrom(gt,cols_align)
importFrom(gt,opt_table_lines)
importFrom(gt,tab_options)
importFrom(gtsummary,set_gtsummary_theme)
importFrom(magrittr,"%>%")
importFrom(magrittr,`%>%`)
importFrom(purrr,walk)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_pad)
importFrom(thematic,thematic_off)