datos.disyuntivos: Create disjunctive columns to a data.frame.

View source: R/mod_carga_datos_utils.R

datos.disyuntivosR Documentation

Create disjunctive columns to a data.frame.

Description

Create disjunctive columns to a data.frame.

Usage

datos.disyuntivos(data, var)

Arguments

data

a data.frame object.

var

the column name to apply disjunctive code.

Value

A data.frame object after apply disjunctive code.

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

datos.disyuntivos(iris, "Species")


loadeR documentation built on Oct. 25, 2024, 1:07 a.m.