dummy_tbl: transforming a category tibble into the corresponding dummy...

dummy_tblR Documentation

transforming a category tibble into the corresponding dummy variable tibble

Description

transforming a category tibble into the corresponding dummy variable tibble

Usage

dummy_tbl(tbl)

Arguments

tbl

A tibble or data.frame.

Value

A tibble

Examples

a = tibble::tibble(x = 1:3,y = 4:6)
dummy_tbl(a)


sdsfun documentation built on April 3, 2025, 8:39 p.m.