# Generated by roxygen2: do not edit by hand

S3method(arrange,tbl_es)
S3method(collect,tbl_es)
S3method(complete,tbl_es)
S3method(compute,tbl_es)
S3method(count,tbl_es)
S3method(distinct,tbl_es)
S3method(drop_na,tbl_es)
S3method(expand,tbl_es)
S3method(fill,tbl_es)
S3method(filter,tbl_es)
S3method(glimpse,tbl_es)
S3method(group_by,tbl_es)
S3method(group_map,tbl_es)
S3method(group_modify,tbl_es)
S3method(head,tbl_es)
S3method(intersect,tbl_es)
S3method(left_join,tbl_es)
S3method(mutate,tbl_es)
S3method(nest,tbl_es)
S3method(pivot_longer,tbl_es)
S3method(pivot_wider,tbl_es)
S3method(relocate,tbl_es)
S3method(rename,tbl_es)
S3method(rename_with,tbl_es)
S3method(replace_na,tbl_es)
S3method(select,tbl_es)
S3method(separate,tbl_es)
S3method(setdiff,tbl_es)
S3method(slice,tbl_es)
S3method(slice_head,tbl_es)
S3method(slice_max,tbl_es)
S3method(slice_min,tbl_es)
S3method(slice_tail,tbl_es)
S3method(summarise,tbl_es)
S3method(tail,tbl_es)
S3method(transmute,tbl_es)
S3method(ungroup,tbl_es)
S3method(union,tbl_es)
S3method(union_all,tbl_es)
export("%>%")
export(":=")
export(.data)
export(add_credibility)
export(add_metrics)
export(add_proportions)
export(aggregate)
export(arrange)
export(as_label)
export(as_name)
export(collect)
export(compile_results)
export(complete)
export(compute)
export(count)
export(distinct)
export(drop_na)
export(enquo)
export(enquos)
export(expand)
export(expstudy)
export(fill)
export(filter)
export(format_metrics)
export(glimpse)
export(group_by)
export(group_map)
export(group_modify)
export(head)
export(intersect)
export(is_expstudy)
export(left_join)
export(mutate)
export(nest)
export(pivot_longer)
export(pivot_wider)
export(relocate)
export(rename)
export(rename_with)
export(replace_na)
export(select)
export(separate)
export(setdiff)
export(slice)
export(slice_head)
export(slice_max)
export(slice_min)
export(slice_tail)
export(summarise)
export(tail)
export(transmute)
export(ungroup)
export(union)
export(union_all)
exportClasses(tbl_es)
importFrom(assertthat,assert_that)
importFrom(checkmate,assert_names)
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_map)
importFrom(dplyr,group_modify)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,union_all)
importFrom(dtplyr,lazy_dt)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,setOldClass)
importFrom(pillar,glimpse)
importFrom(purrr,discard)
importFrom(purrr,list_merge)
importFrom(purrr,lmap_if)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,modify_depth)
importFrom(purrr,reduce)
importFrom(purrr,walk)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,as_environment)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,as_quosures)
importFrom(rlang,as_string)
importFrom(rlang,call2)
importFrom(rlang,call_modify)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,ensyms)
importFrom(rlang,exec)
importFrom(rlang,is_empty)
importFrom(rlang,is_missing)
importFrom(rlang,is_null)
importFrom(rlang,list2)
importFrom(rlang,parse_expr)
importFrom(rlang,parse_quo)
importFrom(rlang,quo_is_null)
importFrom(rlang,quos_auto_name)
importFrom(rlang,set_names)
importFrom(rlang,squash)
importFrom(rlang,squash_chr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stringr,str_wrap)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand)
importFrom(tidyr,fill)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(utils,head)
importFrom(utils,tail)
