-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
executable file
·93 lines (92 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(rationalize,data.frame)
S3method(rationalize,default)
S3method(rationalize,numeric)
S3method(retype,Date)
S3method(retype,POSIXct)
S3method(retype,data.frame)
S3method(retype,default)
S3method(retype,integer)
S3method(retype,list)
S3method(retype,logical)
S3method(retype,numeric)
export("%minus_%")
export("%plus_%")
export()
export(as_reliable_dte)
export(as_reliable_dtm)
export(as_reliable_int)
export(as_reliable_lgl)
export(as_reliable_num)
export(check_complete_set)
export(check_duplicates)
export(check_inf)
export(check_irrational)
export(check_na)
export(check_nan)
export(chr)
export(convert)
export(could_chr_be_dte)
export(could_chr_be_dtm)
export(could_chr_be_int)
export(could_chr_be_num)
export(could_num_be_int)
export(cum_unique)
export(cum_unique_)
export(cummean_)
export(cumsum_)
export(dbl)
export(dte)
export(dtm)
export(dummy)
export(dummy_)
export(fct)
export(find_duplicates)
export(find_inf)
export(find_irrational)
export(find_na)
export(find_nan)
export(first_)
export(first_non_na)
export(given)
export(given_)
export(if_else_)
export(if_inf)
export(if_na)
export(if_nan)
export(if_not_na)
export(if_zero)
export(inf_if)
export(int)
export(last_)
export(lgl)
export(max_)
export(mean_)
export(median_)
export(min_)
export(n_unique)
export(n_unique_)
export(na_if)
export(nan_if)
export(num)
export(rationalize)
export(repeat_df)
export(retype)
export(s)
export(sd_)
export(set_wd_to_script_path)
export(squeeze)
export(squeeze_)
export(sum_)
export(this_day)
export(this_month)
export(this_year)
export(var_)
export(zero_if)
importFrom(dplyr,"%>%")
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)