Learn R Programming

loadeR (version 1.2.0)

devolver.disyuntivos: Back disjunctive column to original.

Description

Back disjunctive column to original.

Usage

devolver.disyuntivos(data, var)

Value

A data.frame object before apply disjunctive code.

Arguments

data

a data.frame object.

var

the column name that is disyunctive.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
r <- datos.disyuntivos(iris, "Species")
devolver.disyuntivos(r, "Species")

Run the code above in your browser using DataLab