group_cols | R Documentation |
Selection helper for grouping columns
group_cols()
df <- tidytable(
x = c("a", "b", "c"),
y = 1:3,
z = 1:3
)
df %>%
group_by(x) %>%
select(group_cols(), y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.