make_cell_groupings | R Documentation |
This is basically a recoding of levels. A new column (cell group) will be based on levels in the existing column.
make_cell_groupings(df, cell_groupings, do_cbind = FALSE)
df |
A dataframe. |
cell_groupings |
A named list of named lists. Names of outer list will be used for new columns in
|
do_cbind |
A logical scalar: if |
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.