# Generated by roxygen2: do not edit by hand

export(nest_add_count)
export(nest_anti_join)
export(nest_arrange)
export(nest_count)
export(nest_distinct)
export(nest_filter)
export(nest_full_join)
export(nest_group_by)
export(nest_inner_join)
export(nest_left_join)
export(nest_mutate)
export(nest_nest_join)
export(nest_relocate)
export(nest_rename)
export(nest_rename_with)
export(nest_right_join)
export(nest_select)
export(nest_semi_join)
export(nest_slice)
export(nest_slice_head)
export(nest_slice_max)
export(nest_slice_min)
export(nest_slice_sample)
export(nest_slice_tail)
export(nest_summarise)
export(nest_summarize)
export(nest_transmute)
export(nest_ungroup)
importFrom(dplyr,add_count)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,enquos)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,nest_join)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(purrr,map)
importFrom(rlang,":=")
