Description Usage Examples
using_rowwise tag to apply a transformation rowwise
1
using_rowwise()
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)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.