# Generated by roxygen2: do not edit by hand

S3method(all.equal,tbl_dt)
S3method(anti_join,data.table)
S3method(arrange_,data.table)
S3method(arrange_,grouped_dt)
S3method(arrange_,tbl_dt)
S3method(as.data.frame,tbl_dt)
S3method(as.tbl,data.table)
S3method(auto_copy,tbl_dt)
S3method(dimnames,tbl_dt)
S3method(distinct_,data.table)
S3method(distinct_,grouped_dt)
S3method(distinct_,tbl_dt)
S3method(do_,data.table)
S3method(do_,grouped_dt)
S3method(do_,tbl_dt)
S3method(filter_,data.table)
S3method(filter_,grouped_dt)
S3method(filter_,tbl_dt)
S3method(full_join,data.table)
S3method(group_by_,data.table)
S3method(group_size,grouped_dt)
S3method(groups,grouped_dt)
S3method(groups,tbl_dt)
S3method(head,tbl_dt)
S3method(inner_join,data.table)
S3method(left_join,data.table)
S3method(mutate_,data.table)
S3method(mutate_,grouped_dt)
S3method(mutate_,tbl_dt)
S3method(n_groups,grouped_dt)
S3method(print,grouped_dt)
S3method(print,tbl_dt)
S3method(rename_,data.table)
S3method(rename_,grouped_dt)
S3method(rename_,tbl_dt)
S3method(right_join,data.table)
S3method(same_src,tbl_dt)
S3method(sample_frac,grouped_dt)
S3method(sample_frac,tbl_dt)
S3method(sample_n,grouped_dt)
S3method(sample_n,tbl_dt)
S3method(select_,data.table)
S3method(select_,grouped_dt)
S3method(select_,tbl_dt)
S3method(semi_join,data.table)
S3method(slice_,data.table)
S3method(slice_,grouped_dt)
S3method(slice_,tbl_dt)
S3method(summarise_,data.table)
S3method(summarise_,grouped_dt)
S3method(summarise_,tbl_dt)
S3method(tail,tbl_dt)
S3method(tbl_vars,tbl_dt)
S3method(ungroup,data.table)
S3method(ungroup,grouped_dt)
S3method(ungroup,tbl_dt)
export(.datatable.aware)
export(grouped_dt)
export(is.grouped_dt)
export(src_dt)
export(tbl_dt)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange_)
importFrom(dplyr,as.tbl)
importFrom(dplyr,auto_copy)
importFrom(dplyr,distinct_)
importFrom(dplyr,do_)
importFrom(dplyr,filter_)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by_)
importFrom(dplyr,group_size)
importFrom(dplyr,groups)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_)
importFrom(dplyr,n_groups)
importFrom(dplyr,rename_)
importFrom(dplyr,right_join)
importFrom(dplyr,same_src)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,select_)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice_)
importFrom(dplyr,summarise_)
importFrom(dplyr,tbl_vars)
importFrom(dplyr,ungroup)
importFrom(utils,head)
importFrom(utils,tail)
