datos.disyuntivos {loadeR}R 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")


[Package loadeR version 1.2.0 Index]