using_rowwise: using_rowwise tag to apply a transformation rowwise

Description Usage Examples

Description

using_rowwise tag to apply a transformation rowwise

Usage

1

Examples

1
2
3
4
5
6
## Not run: 
library(dplyr)
using_rowwise$mutate(head(iris,3),X = mean(c(Sepal.Length, Sepal.Width)))
mutate(head(iris,3),X = mean(c(Sepal.Length, Sepal.Width)))

## End(Not run)

moodymudskipper/tags documentation built on June 25, 2019, 10:54 a.m.