Package index
-
cast()
- Cast data from long to wide format
-
collapseToString()
- Collapse to string
-
filterNested()
- Keep rows that match a nested condition
-
innerJoin()
leftJoin()
rightJoin()
fullJoin()
semiJoin()
antiJoin()
- Join operations
-
melt()
- Melt data from wide to long format
-
mutateAll()
mutateIf()
transmuteAt()
transmuteIf()
mutateAt(<DFrame>,<character>,<function>)
- Mutate multiple columns
-
rbindToDataFrame()
- Row bind elements 1:1 to a data frame
-
selectIf()
- Select multiple columns
-
splitByLevel()
- Split by factor level
-
unlist2()
- Flatten lists
-
unnest2()
- Unnest a single list-column into expanded rows