Description Usage Arguments Value Examples
Determines if the input data frame or tibble is grouped
(using dplyr::group_by()
| 1 | 
| data | input  | 
boolean
| 1 2 3 4 | df <- data.frame(x = c(1:5), g = c(1, 1, 2, 2, 2))
is_grouped(df)
is_grouped(dplyr::group_by(df, g))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.