# Generated by roxygen2: do not edit by hand

S3method(arrange,ExprBuilder)
S3method(chain,ExprBuilder)
S3method(end_expr,ExprBuilder)
S3method(filter,ExprBuilder)
S3method(group_by,ExprBuilder)
S3method(key_by,ExprBuilder)
S3method(mutate,ExprBuilder)
S3method(order_by,ExprBuilder)
S3method(select,ExprBuilder)
S3method(start_expr,data.table)
S3method(transmute,ExprBuilder)
S3method(where,ExprBuilder)
export("%>%")
export("%T>%")
export(ExprBuilder)
export(arrange)
export(chain)
export(contains)
export(end_expr)
export(ends_with)
export(everything)
export(filter)
export(filter_on)
export(filter_sd)
export(frame_append)
export(group_by)
export(key_by)
export(last_col)
export(matches)
export(mutate)
export(mutate_sd)
export(num_range)
export(one_of)
export(order_by)
export(select)
export(start_expr)
export(starts_with)
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,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(methods,is)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,call2)
importFrom(rlang,call_modify)
importFrom(rlang,call_standardise)
importFrom(rlang,caller_env)
importFrom(rlang,dots_list)
importFrom(rlang,enexpr)
importFrom(rlang,enexprs)
importFrom(rlang,enquo)
importFrom(rlang,env_get_list)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,is_call)
importFrom(rlang,is_expression)
importFrom(rlang,is_quosure)
importFrom(rlang,is_syntactic_literal)
importFrom(rlang,list2)
importFrom(rlang,maybe_missing)
importFrom(rlang,new_data_mask)
importFrom(rlang,new_environment)
importFrom(rlang,parse_expr)
importFrom(rlang,quo)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_squash)
importFrom(rlang,quos)
importFrom(rlang,syms)
importFrom(rlang,warn)
importFrom(rlang,zap)
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)
