-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
74 lines (73 loc) · 2.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
# Generated by roxygen2: do not edit by hand
S3method(all_na,data.frame)
S3method(all_na,default)
S3method(column_based_recode,data.frame)
S3method(custom_na_recode,data.frame)
S3method(dict_recode,data.frame)
S3method(drop_all_na,data.frame)
S3method(drop_na_at,data.frame)
S3method(drop_na_if,data.frame)
S3method(drop_row_if,data.frame)
S3method(get_na_counts,data.frame)
S3method(get_na_counts,default)
S3method(get_na_means,POSIXct)
S3method(get_na_means,character)
S3method(get_na_means,data.frame)
S3method(get_na_means,factor)
S3method(get_na_means,numeric)
S3method(na_counts,POSIXct)
S3method(na_counts,character)
S3method(na_counts,factor)
S3method(na_counts,numeric)
S3method(na_summary,data.frame)
S3method(percent_missing,data.frame)
S3method(percent_missing,default)
S3method(percent_na,POSIXct)
S3method(percent_na,character)
S3method(percent_na,factor)
S3method(percent_na,numeric)
S3method(recode_as_na,data.frame)
S3method(recode_as_na_for,data.frame)
S3method(recode_as_na_if,data.frame)
S3method(recode_as_na_str,data.frame)
S3method(recode_as_value,data.frame)
S3method(recode_na_as,data.frame)
S3method(recode_na_if,data.frame)
S3method(sort_by_missingness,data.frame)
export(all_na)
export(column_based_recode)
export(custom_na_recode)
export(dict_recode)
export(drop_all_na)
export(drop_na_at)
export(drop_na_if)
export(drop_row_if)
export(get_na_counts)
export(get_na_means)
export(na_counts)
export(na_summary)
export(percent_missing)
export(percent_na)
export(recode_as_na)
export(recode_as_na_for)
export(recode_as_na_if)
export(recode_as_na_str)
export(recode_as_value)
export(recode_helper)
export(recode_na_as)
export(recode_na_if)
export(recode_selectors)
export(sort_by_missingness)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,across)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,starts_with)
importFrom(stats,"aggregate")
importFrom(stats,"as.formula")
importFrom(stats,"na.pass")
importFrom(utils,packageVersion)
importFrom(utils,stack)