-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathNAMESPACE
175 lines (174 loc) · 4.23 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
# Generated by roxygen2: do not edit by hand
S3method(impute_below,"NULL")
S3method(impute_below,Date)
S3method(impute_below,POSIXct)
S3method(impute_below,POSIXlt)
S3method(impute_below,character)
S3method(impute_below,default)
S3method(impute_below,factor)
S3method(impute_below,numeric)
S3method(impute_factor,character)
S3method(impute_factor,default)
S3method(impute_factor,factor)
S3method(impute_factor,shade)
S3method(impute_fixed,default)
S3method(impute_mean,default)
S3method(impute_mean,factor)
S3method(impute_median,default)
S3method(impute_median,factor)
S3method(impute_mode,default)
S3method(impute_mode,factor)
S3method(impute_mode,integer)
S3method(miss_case_cumsum,default)
S3method(miss_case_cumsum,grouped_df)
S3method(miss_case_summary,default)
S3method(miss_case_summary,grouped_df)
S3method(miss_case_table,default)
S3method(miss_case_table,grouped_df)
S3method(miss_prop_summary,default)
S3method(miss_prop_summary,grouped_df)
S3method(miss_var_cumsum,default)
S3method(miss_var_cumsum,grouped_df)
S3method(miss_var_run,default)
S3method(miss_var_run,grouped_df)
S3method(miss_var_span,default)
S3method(miss_var_span,grouped_df)
S3method(miss_var_summary,default)
S3method(miss_var_summary,grouped_df)
S3method(miss_var_table,default)
S3method(miss_var_table,grouped_df)
S3method(recode_shadow,data.frame)
S3method(recode_shadow,grouped_df)
S3method(replace_with_na,data.frame)
export("%>%")
export(.where)
export(GeomMissPoint)
export(StatMissPoint)
export(add_any_miss)
export(add_label_missings)
export(add_label_shadow)
export(add_miss_cluster)
export(add_n_miss)
export(add_prop_miss)
export(add_shadow)
export(add_shadow_shift)
export(all_complete)
export(all_miss)
export(all_na)
export(any_complete)
export(any_miss)
export(any_na)
export(any_shade)
export(are_na)
export(are_shade)
export(as_shadow)
export(as_shadow_upset)
export(bind_shadow)
export(cast_shadow)
export(cast_shadow_shift)
export(cast_shadow_shift_label)
export(complete_case_pct)
export(complete_case_prop)
export(complete_var_pct)
export(complete_var_prop)
export(draw_key_missing_point)
export(gather_shadow)
export(geom_miss_point)
export(gg_miss_case)
export(gg_miss_case_cumsum)
export(gg_miss_fct)
export(gg_miss_span)
export(gg_miss_upset)
export(gg_miss_var)
export(gg_miss_var_cumsum)
export(gg_miss_which)
export(impute_below)
export(impute_below_all)
export(impute_below_at)
export(impute_below_if)
export(impute_factor)
export(impute_fixed)
export(impute_mean)
export(impute_mean_all)
export(impute_mean_at)
export(impute_mean_if)
export(impute_median)
export(impute_median_all)
export(impute_median_at)
export(impute_median_if)
export(impute_mode)
export(impute_zero)
export(is_na)
export(is_shade)
export(label_miss_1d)
export(label_miss_2d)
export(label_missings)
export(mcar_test)
export(miss_case_cumsum)
export(miss_case_pct)
export(miss_case_prop)
export(miss_case_summary)
export(miss_case_table)
export(miss_prop_summary)
export(miss_scan_count)
export(miss_summary)
export(miss_var_cumsum)
export(miss_var_pct)
export(miss_var_prop)
export(miss_var_run)
export(miss_var_span)
export(miss_var_summary)
export(miss_var_table)
export(miss_var_which)
export(n_case_complete)
export(n_case_miss)
export(n_complete)
export(n_complete_row)
export(n_miss)
export(n_miss_row)
export(n_var_complete)
export(n_var_miss)
export(nabular)
export(pct_complete)
export(pct_complete_case)
export(pct_complete_var)
export(pct_miss)
export(pct_miss_case)
export(pct_miss_var)
export(prop_complete)
export(prop_complete_case)
export(prop_complete_row)
export(prop_complete_var)
export(prop_miss)
export(prop_miss_case)
export(prop_miss_row)
export(prop_miss_var)
export(recode_shadow)
export(replace_na_with)
export(replace_to_na)
export(replace_with_na)
export(replace_with_na_all)
export(replace_with_na_at)
export(replace_with_na_if)
export(set_n_miss)
export(set_prop_miss)
export(shade)
export(shadow_long)
export(shadow_shift)
export(stat_miss_point)
export(unbind_data)
export(unbind_shadow)
export(vis_miss)
export(where_na)
export(which_are_shade)
export(which_na)
import(ggplot2)
import(rlang)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,are_na)
importFrom(rlang,is_na)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(visdat,vis_miss)