# 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)
