-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
189 lines (188 loc) · 4.92 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
177
178
179
180
181
182
183
184
185
186
187
188
189
# Generated by roxygen2: do not edit by hand
S3method(anti_join,ExprBuilder)
S3method(anti_join,data.table)
S3method(arrange,ExprBuilder)
S3method(arrange,data.table)
S3method(chain,ExprBuilder)
S3method(distinct,ExprBuilder)
S3method(distinct,data.table)
S3method(end_expr,ExprBuilder)
S3method(filter,ExprBuilder)
S3method(filter,data.table)
S3method(filter_on,ExprBuilder)
S3method(filter_on,data.table)
S3method(filter_sd,ExprBuilder)
S3method(filter_sd,data.table)
S3method(full_join,ExprBuilder)
S3method(full_join,data.table)
S3method(group_by,ExprBuilder)
S3method(group_by,data.table)
S3method(inner_join,ExprBuilder)
S3method(inner_join,data.table)
S3method(key_by,ExprBuilder)
S3method(key_by,data.table)
S3method(left_join,ExprBuilder)
S3method(left_join,data.table)
S3method(max_by,ExprBuilder)
S3method(max_by,data.table)
S3method(min_by,ExprBuilder)
S3method(min_by,data.table)
S3method(mutate,EagerExprBuilder)
S3method(mutate,ExprBuilder)
S3method(mutate,data.table)
S3method(mutate_join,EagerExprBuilder)
S3method(mutate_join,ExprBuilder)
S3method(mutate_join,data.table)
S3method(mutate_sd,EagerExprBuilder)
S3method(mutate_sd,ExprBuilder)
S3method(mutate_sd,data.table)
S3method(order_by,ExprBuilder)
S3method(order_by,data.table)
S3method(right_join,ExprBuilder)
S3method(right_join,data.table)
S3method(select,EagerExprBuilder)
S3method(select,ExprBuilder)
S3method(select,data.table)
S3method(semi_join,ExprBuilder)
S3method(semi_join,data.table)
S3method(start_expr,data.table)
S3method(summarise,EagerExprBuilder)
S3method(summarise,ExprBuilder)
S3method(summarise,data.table)
S3method(summarize,EagerExprBuilder)
S3method(summarize,ExprBuilder)
S3method(summarize,data.table)
S3method(transmute,EagerExprBuilder)
S3method(transmute,ExprBuilder)
S3method(transmute,data.table)
S3method(transmute_sd,EagerExprBuilder)
S3method(transmute_sd,ExprBuilder)
S3method(transmute_sd,data.table)
S3method(where,ExprBuilder)
S3method(where,data.table)
export("!!!")
export("!!")
export("%>%")
export("%T>%")
export(":=")
export(EagerExprBuilder)
export(ExprBuilder)
export(anti_join)
export(arrange)
export(chain)
export(contains)
export(distinct)
export(end_expr)
export(ends_with)
export(everything)
export(filter)
export(filter_on)
export(filter_sd)
export(frame_append)
export(full_join)
export(group_by)
export(inner_join)
export(key_by)
export(last_col)
export(left_join)
export(matches)
export(max_by)
export(min_by)
export(mutate)
export(mutate_join)
export(mutate_sd)
export(nest_expr)
export(num_range)
export(one_of)
export(order_by)
export(right_join)
export(select)
export(semi_join)
export(start_expr)
export(starts_with)
export(summarise)
export(summarize)
export(transmute)
export(transmute_sd)
export(where)
importFrom(R6,R6Class)
importFrom(data.table,":=")
importFrom(data.table,copy)
importFrom(data.table,is.data.table)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(methods,is)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,abort)
importFrom(rlang,as_function)
importFrom(rlang,as_label)
importFrom(rlang,as_string)
importFrom(rlang,call2)
importFrom(rlang,call_args)
importFrom(rlang,call_modify)
importFrom(rlang,call_name)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,dots_list)
importFrom(rlang,enexpr)
importFrom(rlang,enexprs)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,env_get_list)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,exprs)
importFrom(rlang,f_rhs)
importFrom(rlang,is_call)
importFrom(rlang,is_character)
importFrom(rlang,is_expression)
importFrom(rlang,is_formula)
importFrom(rlang,is_logical)
importFrom(rlang,is_missing)
importFrom(rlang,is_quosure)
importFrom(rlang,is_syntactic_literal)
importFrom(rlang,list2)
importFrom(rlang,maybe_missing)
importFrom(rlang,missing_arg)
importFrom(rlang,new_data_mask)
importFrom(rlang,new_environment)
importFrom(rlang,new_quosure)
importFrom(rlang,parse_expr)
importFrom(rlang,quo)
importFrom(rlang,quo_get_env)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_squash)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rlang,trace_back)
importFrom(rlang,warn)
importFrom(rlang,zap)
importFrom(stats,as.formula)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,scoped_vars)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,vars_select_helpers)
importFrom(utils,globalVariables)