table_bind_group | R Documentation |
Combine groups by column
table_bind_group(
object,
id,
col,
label = "groups",
sep = ";",
keep = FALSE,
unique = TRUE,
count = FALSE,
label_count = "count"
)
object |
a data frame with two or more columns |
id |
the column for group |
col |
the coloumn for combinning |
label |
the new column name |
sep |
the separator between combined group |
keep |
keep other columns |
unique |
unique while combinning |
count |
count groups |
label_count |
the new count column name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.