-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
176 lines (175 loc) · 4.76 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Generated by roxygen2: do not edit by hand
export("%ni%")
export(colour_options)
export(consum)
export(copies)
export(counts)
export(counts_all)
export(counts_tb)
export(counts_tb_all)
export(describe)
export(describe_all)
export(describe_ci)
export(describe_ci_all)
export(describe_na)
export(describe_na_all)
export(dupes)
export(inv_quantile)
export(kurtosis)
export(mean_ci)
export(median_ci)
export(mode)
export(plot_bar)
export(plot_box)
export(plot_c)
export(plot_density)
export(plot_histogram)
export(plot_line)
export(plot_na)
export(plot_na_all)
export(plot_pie)
export(plot_raincloud)
export(plot_scatter)
export(plot_stat_error)
export(plot_var)
export(plot_var_all)
export(plot_var_pairs)
export(plot_violin)
export(recode_errors)
export(se)
export(skewness)
export(stat_ci)
export(static_to_dynamic)
export(translate)
export(wash_df)
importFrom(DT,datatable)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(data.table,"%chin%")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,rleid)
importFrom(data.table,rowid)
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
importFrom(data.table,uniqueN)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_cols)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_infreq)
importFrom(forcats,fct_lump_n)
importFrom(forcats,fct_recode)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(forcats,fct_rev)
importFrom(gghalves,geom_half_boxplot)
importFrom(gghalves,geom_half_point)
importFrom(gghalves,geom_half_violin)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,lims)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,rel)
importFrom(ggplot2,remove_missing)
importFrom(ggplot2,scale_colour_grey)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_colour_viridis_d)
importFrom(ggplot2,scale_fill_grey)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_dark)
importFrom(ggplot2,theme_gray)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,waiver)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(janitor,clean_names)
importFrom(janitor,remove_empty)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.instant)
importFrom(parallel,detectCores)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(purrr,map)
importFrom(purrr,map_dfc)
importFrom(readr,parse_guess)
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,exec)
importFrom(scales,percent)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,is_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(trelliscopejs,map_plot)
importFrom(trelliscopejs,trelliscope)
importFrom(utils,browseURL)