categorical_logic: mutate categorical type variables, while treating each choice...

Description Usage Arguments Details Value

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

Description

This is much simpler than it sounds & useful; needs better description & name

Usage

1

Arguments

x

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.