one_hot: A one-hot function

View source: R/one_hot.R

one_hotR Documentation

A one-hot function

Description

This function allows you to transform variables into dummy variables.

Usage

one_hot(data, vars_numeric, vars_factor)

ghowoo/Wu documentation built on June 10, 2022, 3:47 p.m.

Related to one_hot in ghowoo/Wu...