filter                  Wrapper around dplyr::filter and related
                        functions that prints information about the
                        operation
group_by                Wrapper around dplyr::group_by and related
                        functions that prints information about the
                        operation
inner_join              Wrapper around dplyr::inner_join and related
                        functions that prints information about the
                        operation
mutate                  Wrapper around dplyr::mutate and related
                        functions that prints information about the
                        operation
select                  Wrapper around dplyr::select and related
                        functions that prints information about the
                        operation
summarize               Wrapper around dplyr::summarize and related
                        functions that prints information about the
                        operation
tidylog                 outputs some information about the data
                        frame/tbl
transmute               Wrapper around dplyr::transmute and related
                        functions that prints information about the
                        operation
