# Generated by roxygen2: do not edit by hand

S3method(subset,survey_base)
export(add_survey)
export(anti_join)
export(arrange)
export(as_survey_collection)
export(bind_cols)
export(bind_rows)
export(case_when)
export(distinct)
export(drop_na)
export(filter)
export(filter_out)
export(full_join)
export(glimpse)
export(group_by)
export(group_vars)
export(if_else)
export(inner_join)
export(is_grouped)
export(is_rowwise)
export(left_join)
export(make_binary)
export(make_dicho)
export(make_factor)
export(make_flip)
export(make_rev)
export(mutate)
export(na_if)
export(pull)
export(recode_values)
export(relocate)
export(remove_survey)
export(rename)
export(rename_with)
export(replace_values)
export(replace_when)
export(right_join)
export(row_means)
export(row_sums)
export(rowwise)
export(select)
export(semi_join)
export(set_collection_id)
export(set_collection_if_missing_var)
export(slice)
export(slice_head)
export(slice_max)
export(slice_min)
export(slice_sample)
export(slice_tail)
export(ungroup)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,dplyr_reconstruct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_out)
importFrom(dplyr,full_join)
importFrom(dplyr,glimpse)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
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,ungroup)
importFrom(surveycore,add_survey)
importFrom(surveycore,as_survey_collection)
importFrom(surveycore,remove_survey)
importFrom(surveycore,set_collection_id)
importFrom(surveycore,set_collection_if_missing_var)
importFrom(tidyr,drop_na)
importFrom(tidyselect,eval_select)
