is_grouped_df | R Documentation |
Check if the tidytable is grouped
is_grouped_df(x)
x |
An object |
df <- data.table(
a = 1:3,
b = c("a", "a", "b")
)
df %>%
group_by(b) %>%
is_grouped_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.