# Generated by roxygen2: do not edit by hand

S3method(arrange,default)
S3method(arrange,grouped_data)
S3method(distinct,default)
S3method(distinct,grouped_data)
S3method(filter,default)
S3method(filter,grouped_data)
S3method(glimpse,data.frame)
S3method(glimpse,default)
S3method(mutate,default)
S3method(mutate,grouped_data)
S3method(recode,character)
S3method(recode,factor)
S3method(recode,numeric)
S3method(replace_na,data.frame)
S3method(replace_na,default)
S3method(slice,data.frame)
S3method(slice,grouped_data)
S3method(slice_head,data.frame)
S3method(slice_head,grouped_data)
S3method(slice_max,data.frame)
S3method(slice_max,grouped_data)
S3method(slice_min,data.frame)
S3method(slice_min,grouped_data)
S3method(slice_sample,data.frame)
S3method(slice_sample,grouped_data)
S3method(slice_tail,data.frame)
S3method(slice_tail,grouped_data)
S3method(summarise,default)
S3method(summarise,grouped_data)
S3method(summarize,default)
S3method(summarize,grouped_data)
S3method(transmute,default)
S3method(transmute,grouped_data)
export("%>%")
export(add_count)
export(add_tally)
export(all_of)
export(anti_join)
export(any_of)
export(arrange)
export(between)
export(coalesce)
export(contains)
export(count)
export(cume_dist)
export(dense_rank)
export(desc)
export(distinct)
export(ends_with)
export(everything)
export(filter)
export(full_join)
export(glimpse)
export(group_by)
export(group_data)
export(group_indices)
export(group_keys)
export(group_rows)
export(group_size)
export(group_split)
export(group_vars)
export(groups)
export(if_else)
export(inner_join)
export(lag)
export(last_col)
export(lead)
export(left_join)
export(matches)
export(min_rank)
export(mutate)
export(n)
export(n_distinct)
export(n_groups)
export(na_if)
export(near)
export(ntile)
export(num_range)
export(peek_vars)
export(percent_rank)
export(pull)
export(recode)
export(recode_factor)
export(relocate)
export(rename)
export(replace_na)
export(right_join)
export(row_number)
export(rownames_to_column)
export(select)
export(semi_join)
export(slice)
export(slice_head)
export(slice_max)
export(slice_min)
export(slice_sample)
export(slice_tail)
export(starts_with)
export(summarise)
export(summarize)
export(tally)
export(transmute)
export(ungroup)
export(where)
