All functions

b_arrange()

Arrange rows by variables

b_count()

Count observations by group

b_filter()

Return rows with matching conditions

b_gather()

base gather

b_group_by()

Group by one or more variables

b_mutate()

Add new variables

b_rename()

rename variables by name

b_select()

Select/rename variables by name

b_spread()

base spread

b_summarize()

Reduces multiple values down to a single value

b_ungroup()

Remove grouping from data.frame

b_unite()

Unite multiple columns into one.

%>%

re-export magrittr pipe operators