add_count               Wrapper around dplyr::add_count that prints
                        information about the operation
add_tally               Wrapper around dplyr::add_tally that prints
                        information about the operation
anti_join               Wrapper around dplyr::anti_join that prints
                        information about the operation
count                   Wrapper around dplyr::count that prints
                        information about the operation
distinct                Wrapper around dplyr::distinct that prints
                        information about the operation
distinct_all            Wrapper around dplyr::distinct_all that prints
                        information about the operation
distinct_at             Wrapper around dplyr::distinct_at that prints
                        information about the operation
distinct_if             Wrapper around dplyr::distinct_if that prints
                        information about the operation
drop_na                 Wrapper around tidyr::drop_na that prints
                        information about the operation
fill                    Wrapper around tidyr::fill that prints
                        information about the operation
filter                  Wrapper around dplyr::filter that prints
                        information about the operation
filter_all              Wrapper around dplyr::filter_all that prints
                        information about the operation
filter_at               Wrapper around dplyr::filter_at that prints
                        information about the operation
filter_if               Wrapper around dplyr::filter_if that prints
                        information about the operation
full_join               Wrapper around dplyr::full_join that prints
                        information about the operation
gather                  Wrapper around tidyr::gather that prints
                        information about the operation
group_by                Wrapper around dplyr::group_by that prints
                        information about the operation
group_by_all            Wrapper around dplyr::group_by_all that prints
                        information about the operation
group_by_at             Wrapper around dplyr::group_by_at that prints
                        information about the operation
group_by_if             Wrapper around dplyr::group_by_if that prints
                        information about the operation
inner_join              Wrapper around dplyr::inner_join that prints
                        information about the operation
left_join               Wrapper around dplyr::left_join that prints
                        information about the operation
mutate                  Wrapper around dplyr::mutate that prints
                        information about the operation
mutate_all              Wrapper around dplyr::mutate_all that prints
                        information about the operation
mutate_at               Wrapper around dplyr::mutate_at that prints
                        information about the operation
mutate_if               Wrapper around dplyr::mutate_if that prints
                        information about the operation
pivot_longer            Wrapper around tidyr::pivot_longer that prints
                        information about the operation
pivot_wider             Wrapper around tidyr::pivot_wider that prints
                        information about the operation
relocate                Wrapper around dplyr::relocate that prints
                        information about the operation
rename                  Wrapper around dplyr::rename that prints
                        information about the operation
rename_all              Wrapper around dplyr::rename_all that prints
                        information about the operation
rename_at               Wrapper around dplyr::rename_at that prints
                        information about the operation
rename_if               Wrapper around dplyr::rename_if that prints
                        information about the operation
rename_with             Wrapper around dplyr::rename_with that prints
                        information about the operation
replace_na              Wrapper around tidyr::replace_na that prints
                        information about the operation
right_join              Wrapper around dplyr::right_join that prints
                        information about the operation
sample_frac             Wrapper around dplyr::sample_frac that prints
                        information about the operation
sample_n                Wrapper around dplyr::sample_n that prints
                        information about the operation
select                  Wrapper around dplyr::select that prints
                        information about the operation
select_all              Wrapper around dplyr::select_all that prints
                        information about the operation
select_at               Wrapper around dplyr::select_at that prints
                        information about the operation
select_if               Wrapper around dplyr::select_if that prints
                        information about the operation
semi_join               Wrapper around dplyr::semi_join that prints
                        information about the operation
slice                   Wrapper around dplyr::slice that prints
                        information about the operation
slice_head              Wrapper around dplyr::slice_head that prints
                        information about the operation
slice_max               Wrapper around dplyr::slice_max that prints
                        information about the operation
slice_min               Wrapper around dplyr::slice_min that prints
                        information about the operation
slice_sample            Wrapper around dplyr::slice_sample that prints
                        information about the operation
slice_tail              Wrapper around dplyr::slice_tail that prints
                        information about the operation
spread                  Wrapper around tidyr::spread that prints
                        information about the operation
summarise               Wrapper around dplyr::summarise that prints
                        information about the operation
summarise_all           Wrapper around dplyr::summarise_all that prints
                        information about the operation
summarise_at            Wrapper around dplyr::summarise_at that prints
                        information about the operation
summarise_if            Wrapper around dplyr::summarise_if that prints
                        information about the operation
summarize               Wrapper around dplyr::summarize that prints
                        information about the operation
summarize_all           Wrapper around dplyr::summarize_all that prints
                        information about the operation
summarize_at            Wrapper around dplyr::summarize_at that prints
                        information about the operation
summarize_if            Wrapper around dplyr::summarize_if that prints
                        information about the operation
tally                   Wrapper around dplyr::tally that prints
                        information about the operation
tidylog                 outputs some information about the data
                        frame/tbl
top_frac                Wrapper around dplyr::top_frac that prints
                        information about the operation
top_n                   Wrapper around dplyr::top_n that prints
                        information about the operation
transmute               Wrapper around dplyr::transmute that prints
                        information about the operation
transmute_all           Wrapper around dplyr::transmute_all that prints
                        information about the operation
transmute_at            Wrapper around dplyr::transmute_at that prints
                        information about the operation
transmute_if            Wrapper around dplyr::transmute_if that prints
                        information about the operation
uncount                 Wrapper around tidyr::uncount that prints
                        information about the operation
ungroup                 Wrapper around dplyr::ungroup that prints
                        information about the operation
