View source: R/combine-categories.R
collapseCategories | R Documentation |
This function allows you to combine the categories of a variable without making a copy of the variable.
collapseCategories(var, from, to)
var |
A categorical Crunch variable |
from |
A character vector of categories you want to combine. |
to |
A character string with the destination category. |
the variable duly modified
combine()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.