Description Usage Arguments Value See Also Examples
View source: R/underscoreReplacements.R
See also: https://gist.github.com/skranz/9681509
1 | replyr_group_by(.data, colnames)
|
.data |
data.frame |
colnames |
character vector of column names to group by. |
.data grouped by columns named in colnames
1 2 3 4 | d <- data.frame(Sepal_Length= c(5.8,5.7),
Sepal_Width= c(4.0,4.4),
Species= 'setosa')
replyr_group_by(d, 'Species')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.