Skip to contents
-
cast()
- Cast data from long to wide format
-
collapseToString()
- Collapse to string
-
innerJoin()
leftJoin()
rightJoin()
fullJoin()
semiJoin()
antiJoin()
- Join operations
-
melt()
- Melt data from wide to long format
-
mutateAll
mutateAt
mutateIf
transmuteAt
transmuteIf
mutate
mutateAll,DataFrame,function-method
mutateAt,DataFrame,character,function-method
mutateIf,DataFrame,function,function-method
transmuteAt,DataFrame,character,function-method
transmuteIf,DataFrame,function,function-method
- Mutate multiple columns
-
rbindToDataFrame()
- Row bind elements 1:1 to a data frame
-
selectIf
select
selectIf,DataFrame,function-method
- Select multiple columns
-
splitByLevel()
- Split by factor level