table_bind_group.Rd
Combine groups by column
table_bind_group(
object,
id,
col,
label = "groups",
sep = ";",
keep = FALSE,
unique = TRUE,
count = FALSE,
label_count = "count"
)
a data frame with two or more columns
the column for group
the coloumn for combinning
the new column name
the separator between combined group
keep other columns
unique while combinning
count groups
the new count column name