-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
149 lines (148 loc) · 4.03 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
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
S3method(as_flextable,ae_table_soc)
export("%>%")
export(ae_plot_grade)
export(ae_plot_grade_n)
export(ae_plot_grade_sum)
export(ae_plot_soc)
export(ae_table_grade)
export(ae_table_soc)
export(as_flextable)
export(butterfly_plot)
export(fct_yesno)
export(gr_new_project)
export(grstat_example)
export(tibble)
export(waterfall_plot)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_vec)
importFrom(cli,cli_warn)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cli,format_inline)
importFrom(cli,qty)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_match)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,cur_column)
importFrom(dplyr,cur_group)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,intersect)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,setequal)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(flextable,align)
importFrom(flextable,as_flextable)
importFrom(flextable,bg)
importFrom(flextable,bold)
importFrom(flextable,flextable)
importFrom(flextable,fontsize)
importFrom(flextable,hline_bottom)
importFrom(flextable,merge_h)
importFrom(flextable,padding)
importFrom(flextable,set_header_df)
importFrom(flextable,set_table_properties)
importFrom(forcats,as_factor)
importFrom(forcats,fct_infreq)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(forcats,fct_rev)
importFrom(fs,dir_create)
importFrom(fs,dir_ls)
importFrom(fs,file_copy)
importFrom(fs,is_dir)
importFrom(fs,path)
importFrom(fs,path_dir)
importFrom(fs,path_package)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_fill)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(ggplot2,vars)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(purrr,discard)
importFrom(purrr,imap)
importFrom(purrr,iwalk)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,arg_match)
importFrom(rlang,caller_arg)
importFrom(rlang,check_dots_empty)
importFrom(rlang,check_installed)
importFrom(rlang,ensym)
importFrom(rlang,int)
importFrom(rlang,is_empty)
importFrom(rlang,is_installed)
importFrom(rlang,is_null)
importFrom(rlang,set_names)
importFrom(scales,breaks_width)
importFrom(scales,label_percent)
importFrom(stats,na.omit)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_starts)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble_col)
importFrom(tibble,as_tibble_row)
importFrom(tibble,deframe)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,build_wider_spec)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider_spec)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_wider_regex)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)