mutate_categorical: Mutate categorical type variables in a data frame

Description Usage Arguments Details Value

View source: R/00-00-cat.R

Description

Mutate categorical type variables in a data frame

Usage

1

Arguments

.data

a data.frame or tibble

...

arguments passed to dplyr::mutate

Details

operates rowwise (see ?dplyr::rowwise) on a categorical column. Each row's value is a vector with the selected responses.

Value

see ?dplyr::mutate


mabafaba/categorical documentation built on May 3, 2020, 9 p.m.