Description Usage Arguments Details Value
Mutate categorical type variables in a data frame
1 | mutate_categorical(.data, ...)
|
.data |
a data.frame or tibble |
... |
arguments passed to dplyr::mutate |
operates rowwise (see ?dplyr::rowwise) on a categorical column. Each row's value is a vector with the selected responses.
see ?dplyr::mutate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.