-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
111 lines (110 loc) · 2.65 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
# Generated by roxygen2: do not edit by hand
S3method("[",currency)
S3method("[",percentage)
S3method("[<-",currency)
S3method("[<-",percentage)
S3method("[[",currency)
S3method("[[",percentage)
S3method("[[<-",currency)
S3method("[[<-",percentage)
S3method(as.data.frame,freq)
S3method(as.double,percentage)
S3method(as.vector,freq)
S3method(boxplot,freq)
S3method(c,currency)
S3method(c,percentage)
S3method(clean,data.frame)
S3method(clean,default)
S3method(format,currency)
S3method(format,freq)
S3method(format,percentage)
S3method(freq,Date)
S3method(freq,POSIXt)
S3method(freq,character)
S3method(freq,data.frame)
S3method(freq,default)
S3method(freq,difftime)
S3method(freq,double)
S3method(freq,factor)
S3method(freq,hms)
S3method(freq,integer)
S3method(freq,list)
S3method(freq,matrix)
S3method(freq,numeric)
S3method(freq,table)
S3method(hist,freq)
S3method(max,currency)
S3method(max,percentage)
S3method(mean,currency)
S3method(mean,percentage)
S3method(median,currency)
S3method(median,percentage)
S3method(min,currency)
S3method(min,percentage)
S3method(na_replace,Date)
S3method(na_replace,character)
S3method(na_replace,data.frame)
S3method(na_replace,default)
S3method(na_replace,integer)
S3method(na_replace,list)
S3method(na_replace,logical)
S3method(na_replace,matrix)
S3method(na_replace,numeric)
S3method(pillar_shaft,currency)
S3method(pillar_shaft,percentage)
S3method(plot,freq)
S3method(print,currency)
S3method(print,freq)
S3method(print,percentage)
S3method(sum,currency)
S3method(sum,percentage)
S3method(summary,currency)
S3method(summary,percentage)
S3method(vec_ptype_abbr,currency)
S3method(vec_ptype_abbr,percentage)
S3method(vec_ptype_full,currency)
S3method(vec_ptype_full,percentage)
export(as.currency)
export(as.percentage)
export(clean)
export(clean_Date)
export(clean_POSIXct)
export(clean_character)
export(clean_currency)
export(clean_double)
export(clean_factor)
export(clean_integer)
export(clean_logical)
export(clean_numeric)
export(clean_percentage)
export(format_datetime)
export(format_names)
export(format_p_value)
export(freq)
export(freq.default)
export(header)
export(is.currency)
export(is.freq)
export(is.percentage)
export(na_replace)
export(percentage)
export(rdate)
export(regex_false)
export(regex_true)
export(top_freq)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,silver)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(knitr,kable)
importFrom(pillar,pillar_shaft)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(stats,median)
importFrom(vctrs,vec_ptype_abbr)
importFrom(vctrs,vec_ptype_full)